NULL KEY: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
|value="00000000-0000-0000-0000-000000000000" | |value="00000000-0000-0000-0000-000000000000" | ||
|desc=While technically a string constant, it is only useful as a [[key]]. | |desc=While technically a string constant, it is only useful as a [[key]]. | ||
Despite fitting the syntax criteria to be a valid [[key]], when fed to a {{LSLGC|Conditional}} it executes as false. | |||
|examples | |examples | ||
|functions= | |functions= | ||
Revision as of 18:52, 15 August 2007
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: string NULL_KEY = "00000000-0000-0000-0000-000000000000";The string constant NULL_KEY has the value "00000000-0000-0000-0000-000000000000"
While technically a string constant, it is only useful as a key.
Despite fitting the syntax criteria to be a valid key, when fed to a Conditional it executes as false.
Caveats
Related Articles
Functions
| • | llAvatarOnSitTarget | |||
| • | llDetectedKey | |||
| • | llGetNotecardLine | |||
| • | llGetLandOwnerAt | |||
| • | llGetPermissionsKey | |||
| • | llGetTexture | |||
| • | llListen |
Events
| • | attach |