Int_to_StrPurpose Converts a byte, word, integer or longint to a string.
Decln. Int_to_Str(Number:longint):string;
Returns String
Remarks Number is the value to be converted.
Example
VAR
SALARY : STRING;
BEGIN
SALARY := INT_TO_STR(50000);
END;
See Also:Real_to_StrStr_to_Int
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson