Category: String
Syntax:
strRemove:String(str:String, position:Int, count:Int)
String
Removes a specified number of characters from a string.
Takes str (original string), position (1-based starting position), count (number of characters to remove).
Returns a new string with count characters removed starting at position.
View detailed documentation online
;No example implemented yet
BambooBasic © 2026 Michael Denathorn