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