Skip to content

pytha.list_user_variables

fabian-flassig edited this page Jul 8, 2026 · 3 revisions

Get a table of the evaluated values of all user variables

pytha.list_user_variables() 

Return value

A table with the following key-value pairs:

Type Description
'key' The name of the user variable.
'value' The value of the variable.

The value may be a string or a number. If the variable does not exist or if it cannot be evaluated, nil is returned.

Version Support:

Minimum PYTHA Version: V26

See also:

pytha, set_user_variable, set_element_attributes

Clone this wiki locally