Sets the arguments for the current process
Source position: amigados.pas line 2527
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 |