Reference Guide

The Development Library 6-5
Input/Output:
Level 1/Argument 1 Level 1/Item 1
“string”
obj
Example:
"8BA207CA93B2130" H
returns
π
.
H
Description:
Object to hex command: Returns the hex representation of a object.
Input/Output:
Level 1/Argument 1 Level 1/Item 1
obj
“string”
Example:
π →H
returns
"8BA207CA93B2130"
.
H
A
Description:
String to address command: Returns the address represented by a 5 character hex string.
The hex representation of an address is a 5 character string where the address is written
backwards.
Input/Output:
Level 1/Argument 1 Level 1/Item 1
“string”
obj
Example:
"C75A3" H→A
returns
#3A57Ch
.
H
S
Description:
Hex to string command: Returns the string whose data are represented by a hex string.
A hex string is a string that only contains the characters ‘0’ to ‘9’ and ‘A’ to ‘F’.
Input/Output:
Level 1/Argument 1 Level 1/Item 1
“string
1
“string
2
Example:
"15" S→H
returns
"Q"
.
LC~C
Description:
Long complex to complex conversion command: Converts a long complex to a complex and a
complex to a long complex.
Input/Output:
Level 1/Argument 1 Level 1/Item 1
(x,y)
(x.Ey,z.Et)
(x.Ey,z.Et)
(x,y)
Example:
(3.5,26.2) LC~C
returns
(3.5E0,2.62E1)
.
LR~R
Description:
Long real to real conversion command: Converts a long real to a real and a real to a long real.
Input/Output:
Level 1/Argument 1 Level 1/Item 1
x
x.Ey
integer
x.Ey
x.Ey
x