ReadInt()
Previous  Next

Description: Just like the ReadInt command, but doesn't use any variables.

     Syntax:
     
ReadInt()

Example:

        Reload MyData
        Print ReadInt()
        End

MyData:
        DataInt 5, 4, 3, 2, 1