Block Category | Convert |
Block | |
Description | Converts number to text values that can be used as input in other blocks. |
Inputs | A number value. |
Returned Value | A string value. |
Examples | The following example returns "22.230000". Script: NumberToText(22.23) |
Block Category | Convert |
Block | |
Description | Converts text to number values that can be used as input in other blocks. |
Inputs | A string value. |
Returned Value | A number value. |
Examples | The following example returns 22.23: Script: TextToNumber("22.23") |