Start Back Next End
  
ZBasic System Library
ZBasic Microcontrollers
21
File.Write
Type
Function returning Long
Invocation
File.Write(handle, source, count)
Parameter
Method
Type
Description
handle
ByVal
integral
The handle of the file to read, previously returned by
File.Open().
source
ByRef
anyType
The data to be written.
arg
ByVal
Single
The number of bytes to write.
Discussion
This function attempts to write a number of bytes of data to the specified file.  If an error occurs, the return
value will be negative.  Otherwise, the return value is the number of bytes written.
Previous page Top Next page