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
