formZ SDK | 5.0 API Reference | System | Script Only
Description
Writes a string to a file The file must have been opened for write (see fz_std_fopen).
Parameters
file [Input]
file to be written to.
str [Input]
the string to be written.
Returns
# of characters written, or negative if an error occurred.
Availability
5.0.0.0
See Also