Overview | Statement List | Example
ISTR(n)
Converts the integer portion of a real number into a character string. The maximum number of characters which this function can return is eight and the value of n must be any valid Unigraphics number. To return more than eight characters, use the ISTRL statement.
Parameter |
Description |
n |
Real number whose integer portion is converted to a character string. The non-integer (to the right of the decimal point) portion gets truncated. |