I'm running Unicon version 11.0 (beta) on a windows 2Kpro platform. The problem involves the read() function. A program like
procedure main()
write(&version)
writes("What's you name? ")
ans := read()
write("Thank you very much", ans)
end
will compile and run correctly in the Unicon IDE (0.2) environment but when I try to run it from a command line (just typing in myprogram.exe) then the read() command causes another window to open "xxx -Console". I can no longer enter data in the command window and entering anything in the Console window (apparently opened by executing the read statement) causes the program to crash. Note that executing a write(s) command doesn't cause this to happen; only the read(s) doesI haven't found anything in the documentation to explain this. Any help would be greatly appreciated.
Regards,
Jonathan
-- Jonathan Kaye Carrer Fontajau 32-34, 1r 3a E17007 Girona Catalunya (Catalonia) Tel: +34 972 22 82 50
------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Unicon-group mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unicon-group
