At 6:42 pm -0400 7/4/04, Brian Yennie wrote:
 repeat while length(tIncomingData) >= $CONTENT_LENGTH
    read from stdin for $CONTENT_LENGTH
    put it after tIncomingData
 end repeat

I dunno if this is an email typo, but you want "<" in the above, so that it will loop _until_ you have $CONTENT_LENGTH bytes- as is, it's not going to execute at all...

Oops. Sorry about that. I think I started with "until", changed to "while" and forgot to change the operator.


Cheers
Dave
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to