com.livecode.type

Typemodule
DictionaryLCB
LibraryLiveCode Builder
Associationscom.livecode.type
Summary

This library consists of the general operations on types provided by the standard library of LiveCode Builder.

Description

This library consists of the general operations on types provided by the standard library of LiveCode Builder.

TypeNameSummarySyntax
modulecom.livecode.type

This library consists of the general operations on types provided by the standard library of LiveCode Builder.

operatorIsABoolean

Determines whether Target is a boolean or not.

<Target> is a boolean

- - -IsAData

Determines whether Target is data or not.

<Target> is a data

- - -IsAList

Determines whether Target is a list or not.

<Target> is a list

- - -IsAnArray

Determines whether Target is an array or not.

<Target> is an array

- - -IsANumber

Determines whether Target is a number or not.

<Target> is a number

- - -IsAString

Determines whether Target is a string or not.

<Target> is a string

- - -IsEmpty

Determines whether Target is empty or not.

<Target> is empty

- - -IsNotEmpty

Determines whether Target is empty or not.

<Target> is not empty

- - -IsNothing

Determines whether Target is nothing or not.

<Target> is nothing

- - -IsNotNothing

Determines whether Target is nothing or not.

<Target> is not nothing