ReadLong&()
Previous  Next

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

     Syntax:
     
ReadLong&()

Example:

        Reload MyData
        Print ReadLong&()
        End

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