API File.Buffer.WriteByte
From Flowcode Help
Jump to navigationJump to search![]() |
WriteByte |
Writes a single byte to the input stream | |
![]() |
FileHandle |
The handle of an open file | |
![]() |
Data |
A byte of data to write to the file | |
![]() |
Return |
Detailed description
No additional information
Examples
Calling in a calculation
- Declare a variable 'result' of type BOOL
- Add to a calculation icon:
result = ::File.Buffer.WriteByte(filehandle, data)
No additional examples