MPE/iX Intrinsics Reference Manual (32650-90875)

330 Chapter7
Command Definitions (HP32208-HPLOACNMPROC)
HPCIPUTVAR
Operation Notes
Allows the value of a session-level variable to be set. The name must be a valid MPE/iX
variable name. The variable's value can be either a 32-bit signed integer, an array of
characters, or a boolean (TRUE/FALSE).
Related Information
Intrinsics HPCIGETVAR, HPCIDELETEVAR
Commands SETVAR, DELETEVAR, SHOWVAR
Manuals Command Interpreter Access and Variables Programmer's Guide and
MPE/iX Commands Reference Manual
Table 7-7. HPCIPUTVAR
itemnum
14 with
item
values
Value
of item
Value of var_value Type/Value of my_var
=0 "TRUE" Boolean (TRUE)
"FALSE" Boolean (FALSE)
"123" Integer (123)
"other chars" String ("other chars")
<>0 "TRUE" String ("TRUE")
"FALSE" String ("FALSE")
"123" String ("123")
"other chars" String ("other chars")