read from stdin

2004-10-21 Thread K
I am executing the following transcript code: read from stdin until numToChar(3) put it into tRequest When I add with messages the call returns without any data. However, the same call in the same execution sequence w/o the with messages the call returns the expected data. Any ideas

Re: read from stdin

2004-10-21 Thread Pierre Sahores
Did you try with with message, without s ? Best, Pierre Le 21 oct. 04, à 16:05, K a écrit : I am executing the following transcript code: read from stdin until numToChar(3) put it into tRequest When I add with messages the call returns without any data. However, the same call in the same