Hello,
> I would like error/base instead these results:
>
> ? str('1') // null char
> ? str('1',0) // 49
> ? str('1',1) // *
> ? str('1',2) // 49
I agree. Str("a",1,0) should produce an error.
Patrick
------------------------------------------------------------------------------
_______________________________________________
xHarbour-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

