strRight

Category: String

Syntax:

strRight:String(str:String, count:Int)


Parameters

Returns

String



Summary

Extracts the rightmost characters from a string.

Takes str (string to extract from), count (number of characters).

Returns the last count characters from the end of the string.

View detailed documentation online



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn