Category: String
Syntax:
strMid:String(str:String, start:Int, length:Int)
String
Extracts a substring from the middle of a string.
Takes str (string to extract from), start (1-based starting position), length (number of characters).
Returns a substring starting at position start with the specified length.
View detailed documentation online
;No example implemented yet
BambooBasic © 2026 Michael Denathorn