Other Commands
This is a list of the functions and the statements that are not included in the other categories.
Beep Statement
Plays a tone through the computer's speaker. The tone is system-dependent and you cannot modify its volume or pitch.
Wait Statement
Interrupts the program execution for the amount of time that you specify in milliseconds.
GetSystemTicks Function
Returns the number of system ticks provided by the operating system. You can use this function to optimize certain processes.
GetPathSeparator Function
Returns the operating system-dependent directory separator used to specify file paths.
Environ Function
Returns the value of an environment variable as a string. Environment variables are dependent on the type of operating system that you have.
GlobalScope specifier
To manage personal or shared library containers (Collabora Office Macros or My Macros) from within a document, use the GlobalScope specifier.