(AGK version: 108.14)
Submitted: 2013-06-24 02:03:41
Setvirtualresolution(640,480)
ResetTimer()

text$="Example Text"
CreateText(1,text$)
SetTextSize(1,35)
SetTextPosition(1,10,100)

Repeat
    If GetTextString(1)="Example Text"
        Print ("Pass")
    Else
        Print ("Fail")
    EndIf
    Sync()
Until Timer()>12
End
Help make AGK better by submitting an example for this command!
(All examples are subject to approval)
Login to post an example of your own.