IsANumber

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
<Target> is a number
Associationscom.livecode.type
Summary

Determines whether Target is a number or not.

Parameters
NameTypeDescription
Target

Any expression

Values
NameTypeDescription
return

Returns true if the given expression Target is a number, and false if not.

Description

Determines whether Target is a number or not.