Number Intrinsic Functions (PRIM_LIBI.INumberIntrinsics)
Number intrinsic functions
Ancestors - None
Container for all numeric intrinsic functions
| Name | Description |
|---|---|
| AsBoolean | Return a string as a Boolean
Result |
| AsDate | Return a number as a date
Result, Format |
| AsDateTime | Return a number as a datetime
Result, Format |
| AsTime | Return the variable as a time
Result, Format |
| IsDate | Test if the variable is a date
Result, Format |
| IsDateTime | Test if the variable is a datetime
Result, Format |
| IsNotSqlNull | Test if the variable is not SQLNull
Result |
| IsNull | Test if the variable is a LANSA null
Result |
| IsSqlNull | Test if the variable is SQLNull
Result |
| IsTime | Test if the variable is a valid time
Result, Format |
Febuary 18 V14SP2