[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int_to_Str


Purpose   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_Str Str_to_Int
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson