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

//Convert string values to a Decimal(float) value
Char$="10"+".86"+"50"
num#=ValFloat(Char$)

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