Category: String
Syntax:
strLSet:String(str:String, width:Int)
String
Left-aligns a string within a fixed width, padding with spaces.
Takes str (string to align), width (total width in characters).
Returns a string of exactly width characters, with str left-aligned and padded with spaces on the right.
View detailed documentation online
;No example implemented yet
BambooBasic © 2026 Michael Denathorn