returns a list of all parameters, local variables, and global variables.
# Metadata
Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:
# Syntax
the variableNames
# Examples
the variableNames
repeat with x=1 to the number of items of line 4 of the variableNames
# Description
Use the variableNames function to find out which sources of value are available to the current handler, or to see whether a variable name is available for use.
# Tags
# See
- **keyword:** lines - **command:** global, local - **function:** functionNames, paramCount, globalNames, value - **control structure:** function - **glossary:** parameter, handler, variable, return, local variable