Use this function when you need to be sure the expression is of TYPE STRING.
Syntax: |
---|
value = IsString( expression ) |
Parameter: |
Description: |
---|---|
expression |
expression to check |
value |
TRUE when the expression is of TYPE STRING value. |
Example: |
---|
VARIABLES: variableOne TYPE: STRING
Results:This prints "ABC is a string." |
Links: |
---|
AsFloating, AsInteger, AsSeries, AsString, IsFloating, IsInteger |
See Also: |
Edit Time: 9/18/2020 11:56:16 AM |
Topic ID#: 44 |