string = ArgString(tt, entry, defaultstring)
STRPTR ArgString(UBYTE **, STRPTR, STRPTR);
This function looks in the ToolTypes array 'tt' returned by
ArgArrayInit() for 'entry' and returns the value associated with it. 'tt' is in standard ToolTypes format such as:
ENTRY=Value
This function returns a pointer to the Value string.
If 'entry' is not found, 'defaultstring' is returned.