strRSet

Category: String

Syntax:

strRSet:String(str:String, width:Int)


Parameters

Returns

String



Summary

Right-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 right-aligned and padded with spaces on the left.

View detailed documentation online



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn