Re: [q-lang-users] writes || reads
Brought to you by:
agraef
From: Albert G. <Dr....@t-...> - 2007-01-16 08:15:06
|
Kenneth Harcombe wrote: > message = writes "Hello" || reads; > > the function "reads" first, and then "writes", but does return the > value of "reads". I guess you are running the script from Qpad? Then it's a buffering problem. Try using a flush between the writes and the reads. (This doesn't happen in the shell, so the flush is not necessary if you run the interpreter from the command line.) HTH, Albert -- Dr. Albert Gr"af Dept. of Music-Informatics, University of Mainz, Germany Email: Dr....@t-..., ag...@mu... WWW: http://www.musikinformatik.uni-mainz.de/ag |