Shop OBEX P1 Docs P2 Docs Learn Events
How to _geterr() ? — Parallax Forums

How to _geterr() ?

From the manual: the error can be checked with _geterr()

open "dirlist.txt" for input as #5 
e=_geterr()

The result:

error: Unknown symbol _geterr

Comments

  • That's a typo in the documentation, the correct spelling is "geterr()" (without the underscore), and it's documented elsewhere in the manual.

Sign In or Register to comment.