Write a BCPL formatted string to a file (buffered)
Source position: amigados.pas line 1866
procedure VFWritef( |
fh: LongInt; |
format: PChar; |
argarray: Pointer |
); |
fh |
|
Filehandle to write to |
argarray |
|
Pointer to array of formatting values |
Writes the formatted string and values to the specified file. This routine is assumed to handle all internal buffering so that the formatting string and resultant formatted values can be arbitrarily long. The formats are in BCPL form. This routine is buffered.
Supported formats are: (Note x is in base 36!)
Note: 'x' above is actually the character value - '0'.
|
Format and print string (buffered) |
|
|
format and print a string to a file (buffered) |
|
|
Write a character to the specified output |