-
Declaration:
- Procedure Str (Var X[:NumPlaces[:Decimals]]; Var S : String);
-
Description:
- Str returns a string which represents the value of X. X can be any numerical type. The
optional NumPLaces and Decimals specifiers control the formatting of the string.
-
Errors:
- None.
-
See also:
- Val (588)
Listing: refex/ex68.pp