Previous - ioReadLine Section Home - File I/O Stream Next - ioWriteEx


ioWrite ( )

Writes a binary string

Usage:

ioWrite (object me, string stream )

Parameters:

stream (string) - binary string

Returns:

(integer) - The success code

Example:

xtRose = xtra("Rosetta").new( )
xtRose.ioOpen( "C:\mySavedData.dat", 4 )
xtRose.ioWrite( "BMF" )

Notes:


Previous - ioReadLine Section Home - File I/O Stream Next - ioWriteEx