(AGK version: 108.13)
Submitted: 2013-06-18 14:24:32
Setvirtualresolution(640,480)
ResetTimer()

//Convert Hexadecimal (base 16) to Decimal
Char$="FFFF"
num=Val(Char$,16)

Repeat
    Print (num)
    Sync()
Until Timer()>20
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.