fileWriteString

Category: File IO

Syntax:

fileWriteString:Void(fileHandle:Int, str:String)


Parameters

Returns

Void



Summary

Writes a length-prefixed string to a file.

Takes a file handle and a string.

Returns nothing (void).

View detailed documentation online



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn