define | ||||||||||
Type | command | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Summary | Has no effect and is included in LiveCode for compatibility with imported SuperCard projects. | |||||||||
Introduced | 1.0 | |||||||||
Platforms | desktop, server | |||||||||
Parameters |
| |||||||||
Related | Command: undefine Glossary: custom property, SuperCard, command, LiveCode | |||||||||
Description | In SuperCard and Oracle Media Objects, the define command is used to create a user property. In LiveCode, you can use a custom property simply by setting its value with the set command, without creating it first, so this command is not needed. |