[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

9.267 Str

(Under construction.)

Synopsis

 
procedure Str (x: integer or real; var Dest: String);
or
 
procedure Str (x: integer or real : field width; var Dest: String);
or
 
procedure Str (x: Real : field width : precision; var Dest: String);
or
 
procedure Str (repeated constructs as described above; var Dest: String);

Description

Conforming to

`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'.

Example

See also

section 9.307 WriteStr.



This document was generated by Frank Heckenbach on May, 10 2002 using texi2html