strReverse

Category: String

Syntax:

strReverse:String(str:String)


Parameters

Returns

String



Summary

Reverses the characters in a string.

Takes str (string to reverse).

Returns a new string with all characters in reverse order.

View detailed documentation online



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn