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