FileWrite: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(New page: number fileWrite ( file, string [, string2, string3 ...]) Write the strings to a the given file at the current position. Returns number of bytes successfully written to the file.)
(No difference)

Revision as of 01:20, 23 November 2007

number fileWrite ( file, string [, string2, string3 ...])

Write the strings to a the given file at the current position. Returns number of bytes successfully written to the file.