This post was meant to Pritpal about his "no console output" problem in xbase++ test.
Sorry

Angel Pais escribió:
That behaviour is caused by this 3 commands:
#command ? => outstd(EOL)
#command ? <xx,...> => outstd(EOL);outstd(<xx>)
#command ?? <xx,...> => outstd(<xx>)

qout() sends output to console window
outstd() sends output to standar program output, and you only use this if you want to write a cgi program.
So in alaska's dialect    console <> stdout
HTH
Angel

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to