Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

Variable.Names

Queries list of all variable names.

Component Version macOS Windows Linux Server iOS SDK
Variable 8.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "Variable.Names" )

(old name: FM.VariableNames)

Parameters

none

Result

Returns list or error.

Description

Queries list of all variable names.

Examples

Test functions:

MBS( "Variable.ClearAll") &
MBS( "Variable.Set"; "Hello"; "World" ) &
MBS( "Variable.Set"; "other"; "value" ) &
¶ &
MBS( "Variable.List") &
¶ &
MBS( "Variable.Names")

Example result:
OKOKOK
other   value
Hello   World
other
Hello

See also

Blog Entries

This function checks for a license.

Created 13th December 2017, last changed 15th April 2025


Variable.Lookup - Variable.PopJSON