Re: [q-lang-users] [qlist] writes || reads
Brought to you by:
agraef
From: Andrew B. <and...@ya...> - 2007-01-16 06:38:50
|
(Without actually trying it) I suspect that your problem is buffered =20 I/O. If you put a call to "flush" after the writes, that should fix =20 'er up. message =3D writes "Hello" || flush || reads; -andrew On 15 Jan 2007, at 19:19, Kenneth Harcombe wrote: > Hi, > I am not sure what I am doing wrong, but when I use a function =20 > such as : > > message =3D writes "Hello" || reads; > > the function "reads" first, and then "writes", but does return the =20= > value of "reads". > > I'm using Q 7.6. > > Thanks Ken > > _________________________________________________________________ > Shop =91til you drop at XtraMSN Shopping http://=20 > shopping.xtramsn.co.nz/home/ > > > ----------------------------------------------------------------------=20= > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to =20 > share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?=20 > page=3Djoin.php&p=3Dsourceforge&CID=3DDEVDEV____________________________= ____=20 > _______________ > q-lang-users mailing list > q-l...@li... > https://lists.sourceforge.net/lists/listinfo/q-lang-users |