XojoScript Functions
From Xojo Documentation
This topic describes the functions you can use with XojoScript and IDE Scripting.
You can provide your own global methods and functions by using the Context property of the XojoScript object.
Functions
Scripts can use these functions which work as specified in the Language Reference.
Arrays
Color
Math
Numeric
String
- Asc
- AscB
- Chr
- ChrB
- CountFields
- CStr
- EndOfLine
- Format
- Hex
- InStr
- InStrB
- Left
- LeftB
- Len
- LenB
- Lowercase
- LTrim
- Mid
- MidB
- NthField
- Oct
- Replace
- ReplaceB
- ReplaceAll
- ReplaceAllB
- Right
- RightB
- RTrim
- Str
- StrComp
- Titlecase
- Trim
- Uppercase