strRemove

Category: String

Syntax:

strRemove:String(str:String, position:Int, count:Int)


Parameters

Returns

String



Summary

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



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn