Hi Bertram,

ERROR:nnnn  Is there somewhere I can find a description for nnnn?
>
The format is ERROR:nnn message text (if available).
The Stream BIFs/methods use the Unix compatibility interface so the error
codes and message are expected to be mostly compatible (but there's no
guarantee).
You'll find the Windows code at
https://docs.microsoft.com/en-us/cpp/c-runtime-library/errno-constants?view=msvc-170
And Linux at https://nuetzlich.net/errno.html

Does CharOut have a limit as LineOut has one (presently) of (2**31)-1?
>
charout and lineout should allow the full range of 32- or 64-bit depending
on the installed interpreter.
Else it would be a bug. The lineout bug on Windows has been fixed in the
latest 5.0 build.
A Linux/Unix fix will follow.
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to