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



Purpose   To convert an integer to a string.

Returns   string;

Declaration    Int_to_Str(Number: longInt):string;

          Number can actually be byte, integer or longint

Uses StrngTTT.



Example


               USES STRNGTTT;
               VAR TTT : STRING;
               BEGIN
                 TTT := INT_TO_STR(130);
               END.


The value of TTT is set to '130'.

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