Write a BCPL formatted string to a file (buffered)
Source position: amigados.pas line 2257
function VFWritef( |
Fh: Pointer; |
const Fmt: PChar; |
const ArgArray: PLongInt |
):LongInt; |
Fh |
|
Filehandle to write to |
Fmt |
|
BCPL style formatting string |
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 |