of

Typekeyword
DictionaryLCS
LibraryLiveCode Script
Syntax
of
Summary

Designates the object a property belongs to, or the parameter of a function, or the string that contains a chunk expression.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
set the backgroundColor of field "Alert" to red
get the length of thisDate
put word 12 of it after field "Go On"
RelatedKeyword: string, character, lines, the, in, word, line
Property: properties
Glossary: object, property, custom function, keyword, chunk expression, global, chunk, keyword, expression, parameter, function, object reference
Control Structure: function
Description

The of keyword is used to provide a connection between the property of an object (glossary), a parameter of a function, or the chunk expression of a string

Tagstext processing