[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
(Under construction.)
procedure Str (x: integer or real; var Dest: String); |
procedure Str (x: integer or real : field width; var Dest: String); |
procedure Str (x: Real : field width : precision; var Dest: String); |
procedure Str (repeated constructs as described above; var Dest: String); |
`Str' is a UCSD Pascal extension, generalized by Borland Pascal. The possibility to handle more than one variable with one call to `Str' is a GNU Pascal extension.
ISO-10206 Extended Pascal defines `WriteStr' instead of `Str'.
section 9.307 WriteStr.