IsNumber
This Flow Script tutorial explains how to use the IsNumber function with syntax and examples.
Description
Syntax
Parameters
Returns
Example
IsNumber("hello")
Result: False
IsNumber("hello55")
Result: False
IsNumber("34")
Result: False
IsNumber(55)
Result: TrueLast updated
Was this helpful?