MC-Basic:VARLIST
Language: | English • 中文(简体) |
---|
{const} <type> <var_name> = <value>
The constants names are shown with the const word .
Syntax
?VarList {<var_name>}
Availability
All versions
Returns a string and can be used in all scopes from version 4.15.1.
Type
<return value>: String
Scope
Configuration, Task or Terminal
Limitations
Read only
Examples
-->?varlist
-->?varlist i* 'Returns the variables that start with the letter i
-->LONG iVariable = 221
-->CONST LONG iConst = 1