RCX.NAMES
Syntax RCX.NAMES list
RCX.NAMES []
Explanation RCX.NAMES defines the names for up to 32 variables contained inside the RCX robot controller. These values can be set and read, and basic arithmetic operations may be executed on them. Once you define a name to be a name for an RCX variable, the content of the variable is limited to an integer value between –32768 and 32767. You can use these variables as normal Logo variables, but when you attempt to download code containing these variables to the device, certain restrictions apply:

1) You may only assign other RCX variables, timers, sensors values, etc.

2) Arithmetic operations may only be performed with the COMPUTE command.

3) You may use the MAKE command together with built-in or defined RCX names.

Use the empty list to erase the usage of RCX names.

Use the RCX.PANEL command to activate the RCX panel which displays the contents of all variables, sensors, and timers.

Examples RCX.NAMES [A B C]
(The names A, B and C are defined as RCX variables 1, 2 and 3)

TopIndex