(AGK version: 108.14)
Submitted: 2013-06-26 13:51:04
Setvirtualresolution(640,480)
ResetTimer()

CreateText(1,"")
SetTextSize(1,Random (10,35))
SetTextString(1,"This Text Size Is: "+Str(GetTextSize(1),2))
SetTextPosition(1,8,80)

Repeat
    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.