vefatica May 13,117 180 2008-09-01 #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 May 13,160 205 Staff member 2008-09-04 #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