Sets the arguments for the current process
Source position: amigados.pas line 1708
function SetArgStr( |
const string_: pCHAR |
):PChar; |
string_ |
|
Pointer to new argument string. |
The previous argument string, can be nil
Sets the arguments for the current program. The ptr MUST be reset to it's original value before process exit.
|
Returns the arguments for the process |
|
|
Runs a program using the current process |