HiLMAs reference
Back

Miscellaneous Instructions

Next

REXX2VAR

REXX2VAR (rexxvar,name-length),string

 

Description

REXX2VAR statement copy contents of a REXX variable in a HILMAS string variable

rexxvar is a string variable containing the name of the REXX variable and name-length is the length of the name.
string is the variable that will contain the value

Obviously, the program using this instruction must be called by a REXX program.

 

Parameter specifications

Parameter Name Mode Type coding Remark
1 rexxvar Input String C or X String containing REXX variable name; max length 32 bytes
2 name-length Input Integer F or H Length of the REXX variable name
3 string Output String C or X String to fill with the content of the REXX variable

 

 

Examples

 


Back Start Next
VAR2REXX Top STACK