Maptitude GISDK Help

FileWriteString()

Summary

Writes a character string to a binary file.

 

Syntax

FileWriteString(file f, string text, integer length)

 

Argument Contents
f A file handle
text Character string to be written to the file
length Number of bytes to be written to the file

 

Notes

Error Codes

Error Type Meaning
Error Cannot write to the file (e.g., out of disk space, the file is not open, or the file is open in the wrong mode)

 

See Also

Function Summary
CloseFile() Closes a file
FileReadString() Reads a character string from a binary file
OpenFile() Opens a text or binary file on disk

 

 

©2025 Caliper Corporation www.caliper.com