procedure main()
local f
(f := open("nonexistentfile", "r")) | write("error number ", &errno)
if /f then write("noooo!") else write("Ok!")
endI get
error number 0 noooo!
My understanding is that &errno should be non-zero. Is that correct?
Kostas
------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id78&alloc_id371&op=click _______________________________________________ Unicon-group mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unicon-group
