XojoScript Functions
From Xojo Documentation
You are currently browsing the old Xojo documentation site. It will go offline as of October 2, 2023. Please visit the new Xojo documentation site! |
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.
Color
Math
Numeric
String
See the String data type.
Other
- MessageBox (replicates the functionality of Print
- System.Microseconds
- System.Ticks
- System.Speak
See Also
UserGuide:XojoScript topic