Alaska Software Inc. - _parclen()
Username: Password:
AuthorTopic: _parclen()
Pablo Botella_parclen()
on Wed, 17 Dec 2008 17:39:34 +0100
Hi,

_parclen() miss behavior when the param is not provided

? _MyFunc()     
will raise internal exception 

? _MyFunc("1234567890")      10
? _MyFunc()      also 10!!!!!

XPPRET XPPENTRY MYFUNC( XppParamList pl ){_retnl(pl,(LONG) _parclen(pl,1,0));}

Regards,
Pablo Botella