RUN
- Source: https://www.freebasic.net/wiki/wikka.php?wakka=KeyPgRun
- Last revised: 2016-02-10
Transfers execution to an external program
Syntax
declare function Run ( byref program as const string, byref arguments as const string = "``" ) as long
Transfers execution to an external program
declare function Run ( byref program as const string, byref arguments as const string = "``" ) as long