Docs » Autodocs » dos.library » GetArgStr
GetArgStr -- Returns the arguments for the process (V36)
ptr = GetArgStr() D0 STRPTR GetArgStr(void)
Returns a pointer to the (null-terminated) arguments for the program (process). This is the same string passed in a0 on startup from CLI.
ptr - pointer to arguments
SetArgStr(), RunCommand()
|