PROGLINE()
PURPOSE
This function returns the current line of code being executed.
NO OTHER PARTS
RETURN TYPE - I
COMMENTS
This function is can be used for debugging. It will allow the programmer to keep track of what order code is being called in, without having every command written out as with the Trace command.
EXAMPLE
Define LineNumber type I
LineNumber = ProgLine()
msg 'The line number is '+ str(LineNum)
Page url: http://www.cassoftware.com/tas/manual/progline.htm