<< Click to Display Table of Contents >>
Manual > Control Reference > Route > Route Methods >
Check whether the value is valid (not #NOTHING# or #N/A#).
syntax
IsValid(
val
)
Parameters
Type:
General purpose
value.
Return Value
Boolean
Returns TRUE if the value is valid (not #NOTHING# or #N/A#). In the case of an array, only the first element is considered.
Explanation
Checks whether the value is valid (not #NOTHING# or #N/A#).
Supported
○
Script Action
Can be used in server script Ver2 actions
Browser script
Can be used in browser scripts
Calculation Expression Syntax
Can be used in expression syntax (e.g. bind format)
reference
GetValueType
IsBool
IsNum
IsStr
IsTime
IsObj
IsNullObj
IsValid
IsValidStr