strAsc

Category: String

Syntax:

strAsc:Int(str:String)


Parameters

Returns

Int



Summary

Returns the ASCII code of the first character in a string.

Takes str (string to examine).

Returns the ASCII code (0-255) of the first character in the string.

View detailed documentation online



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn