V vefatica May 20, 2008 9,144 58 Syracuse, NY, USA Sep 1, 2008 #1 I have never used NextArgument(). When it fails, does it return NULL, or a pointer to the string's final NUL character?
I have never used NextArgument(). When it fails, does it return NULL, or a pointer to the string's final NUL character?
rconn Administrator Staff member May 14, 2008 10,885 97 Sep 4, 2008 #2 vefatica wrote: > I have never used NextArgument(). When it fails, does it return NULL, or > a pointer to the string's final NUL character? Click to expand... Neither -- it returns an empty string (i.e., a pointer to ""). Rex Conn JP Software
vefatica wrote: > I have never used NextArgument(). When it fails, does it return NULL, or > a pointer to the string's final NUL character? Click to expand... Neither -- it returns an empty string (i.e., a pointer to ""). Rex Conn JP Software