CGI failure Intermittent -- "Can't Open File"
Dave Cragg
dcragg at lacscentre.co.uk
Thu Apr 8 03:19:19 EDT 2004
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
More information about the use-livecode
mailing list