ConsoleApplication.Run Event

Returns an Integer. Args is an array of command line parameters that get passed to the application.

Syntax

Run ( args )

Parameters

args

String


The first parameter will always be the application itself. The return value will be passed to the operating system as the return value for the entire application.