listVariables
listVariables(t_pattern) =>l_variables
Description
Returns all variable names that match the given substring or regular expression as part or all of their print name.
This can be used for passing a list of variable names that match a given pattern to a function.
Arguments
Value Returned
Examples
Traces the variables that match the pattern myVars.
apply( 'tracev listVariables( "myVars" ))
Related Topics
Return to top