Type Conversion Functions
| Function |
Description |
|---|---|
|
Converts to Boolean. |
|
|
Converts to integer (32-bit - default). |
|
|
Converts to 16-bit integer. |
|
|
Converts to long (64-bit) integer. |
|
|
Converts to double precision real. |
|
|
Converts to real. |
|
|
Converts to small (8-bit) integer. |
|
|
Converts to character string. |
|
|
Converts to time. |
|
|
Converts a number to a string. |
These are the standard functions performing conversions in BCD format (*):
| Function | Description |
|---|---|
|
Converts a BCD value to a binary value. |
|
|
Converts a binary value to a BCD value. |
(*) BCD conversion functions may not be supported by all targets.





