strMid

Category: String

Syntax:

strMid:String(str:String, start:Int, length:Int)


Parameters

Returns

String



Summary

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



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn