constantNames | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | |||||||
Introduced | 2.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: line Command: constant Function: propertyNames, functionNames Control Structure: function Glossary: constant, LiveCode, variable, return, reserved word | ||||||
Description | Use the constantNames function to check whether a particular constant already exists in LiveCode, to avoid using a reserved word for your own constants and variables. The constantNames function returns all the constants that are predefined in LiveCode, including synonyms. |