Category: String
Syntax:
strRight:String(str:String, count:Int)
String
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
;No example implemented yet
BambooBasic © 2026 Michael Denathorn