Str

From Lazarus wiki
Revision as of 13:50, 23 May 2013 by The1 (talk | contribs) (Created page with "Procedure '''Str''' converts the numeric (real, Integer, Longint, Byte or Word) value to a string representation according to the '''Width''' and '''Decima...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Procedure Str converts the numeric (real, Integer, Longint, Byte or Word) value to a string representation according to the Width and Decimals formatting parameters.

X is an integer-type or real-type expression. Width and Decimals are integer-type expressions. S is a string-type variable.

Declaration

procedure Str(X [: Width [: Decimals ]]; var S);

See also: