Search Results

Results: 2
Show:
12, 24, ALL items.

Name -- Description -- Syntax
miva_variable_value: Returns the value of a variable where expression is the literal name of the variable.
miva_variable_value( string )
MvREFERENCE: Creates a reference from one variable to another, such that changes to one will appear to be made to the other. It can be also used to refer to a variable named created with an expression, like the miva_variable_value() function.
<MvREFERENCE NAME = "string: {  expression } | literal"
             INDEX="numeric: {  expression } | literal" 
             MEMBER="string: {  expression } | literal" 
             VARIABLE = "{ expression } | variable name">