"AS" functions convert a numeric expression to the TYPE class used in the function's name.
"IS" functions examine and report the truth of a TYPE class expression being the TYPE class used in the function's name.
| TYPE: | Description: | 
|---|---|
| This function converts an Integer date value into a string date value that can be used for display or assignment to a text String. | |
| Converts an passed expression to a TYPE FLOATING point numeric value. | |
| Converts an passed expression to a TYPE INTEGER point numeric value. | |
| Changes how a TYPE SERIES array is passed to a Chart Object function. | |
| Converts an passed expression to a TYPE STRING a character text value. | |
| Use this function when you need to be sure the expression is of TYPE FLOATING. | |
| Use this function when you need to be sure the expression is of TYPE INTEGER. | |
| Use this function when you need to be sure the expression is of TYPE STRING. | 
| Links: | 
|---|
| See Also: | 
| 
 | 
| Edit Time: 9/18/2020 11:51:39 AM | Topic ID#: 637 |