You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
daniel-flassig edited this page Jun 18, 2020
·
4 revisions
Get the evaluated value of a user variable
pytha.get_user_variable(name)
Parameter
Type
Description
name
string
The name of the user variable. The name must be a valid lua identifier.
The user variable is evaluated and the result is returned. The result may be a string or a number. If the variable does not exist or if it cannot be evaluated, nil is returned.