System

alert

integer alert(string message, integer style=nothing)

  • message:
  • style:

beep

void beep(integer style=0)

  • style:

colorcode

string colorcode(integer color)

  • color:

execute

Executes external programs by calling the Windows ShellExecute() functions. Returns true if the program executed successfully, false if not.

Object execute(Object verb, Object file, Object parameters=nothing, Object directory=nothing, Object show=nothing)

  • verb: A string that specifies the action to be performed.
  • file: Specifies the file or object on which to execute the specified verb.
  • parameters: If the File parameter specifies an executable file, Parameters is a string that specifies the parameters to be passed to the application.
  • directory: A string that specifies the default directory
  • show: Specifies how an application is to be displayed when it is opened. Options are SHOW, HIDE, SHOWNOACTIVATE, SHOWNORMAL.

getcurrentworkbook

Workbook getcurrentworkbook()

refreshallviews

void refreshallviews()

restorelocale

void restorelocale()

setlocale

void setlocale(string decsep, string thousandsep)

  • decsep:
  • thousandsep:

Feedback

Did you find what you needed?

If you have any further questions or suggestions to improve this page, please let us know:

=