24
^V R
Retrieve version Information
[ASCII]
^ V R
[Decimal]
94 86 82
[Hexadecimal]
5E 56 52
[Parameters]
None
[Description]
·
Retrieves the version information for the machine as a 16-character text string.
^CR
Line return in object
[ASCII]
^ C R
[Decimal]
94 67 82
[Hexadecimal]
5E 43 52
[Parameters]
None
[Description]
·
Adds a return to the next line in the text object.
[Example]
·
To print three lines:
1 ^ C R 2 ^ C R 3 ^ F F
(31h 5Eh 43h 52h 32h 5Eh 43h 52h 33h 5Eh 46h 46h)
Print result
1
2
3