Category: String
Syntax:
strLeft:String(str:String, count:Int)
String
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
;No example implemented yet
BambooBasic © 2026 Michael Denathorn