[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'amigados' (#aros)

SetArgStr

Sets the arguments for the current process

Declaration

Source position: amigados.pas line 2334

function SetArgStr(

  const String_: STRPTR

):STRPTR;

Arguments

String_

  

Pointer to new argument string.

Function result

The previous argument string, can be nil

Description

Sets the arguments for the current program. The ptr MUST be reset to it's original value before process exit.

See also

GetArgStr

  

Returns the arguments for the process

RunCommand

  

Runs a program using the current process


Documentation generated on: 2017-01-10