variableNames | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Returns a list of all parameters, local variables, and global variables. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: lines Command: global, local Function: functionNames, paramCount, globalNames, value Control Structure: function Glossary: parameter, handler, variable, return, local variable | ||||||
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 | properties |