FileWrite

From Multi Theft Auto: Wiki
Revision as of 01:20, 23 November 2007 by ChrML (talk | contribs) (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.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.