fprintf

Syntax

native fprintf(file, const fmt[], any:...);

Usage

file
Handle to the file
format
Formatting rules
...
Variable number of format parameters

Description

Writes a line of formatted text to a text file.

Return

Total number of characters written on success, 0 otherwise