strLeft

Category: String

Syntax:

strLeft:String(str:String, count:Int)


Parameters

Returns

String



Summary

Extracts the leftmost characters from a string.

Takes str (string to extract from), count (number of characters).

Returns the first count characters from the beginning of the string.

View detailed documentation online



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn