[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: jumping inside loops not available in css ?
----- Original Message -----
From: "Mathias Weigt" <weigt@uni.de>
To: "pdp-discuss" <pdp-discuss@psych.colorado.edu>
Sent: Friday, March 23, 2001 7:22 PM
Subject: jumping inside loops not available in css ?
> Hello !
>
> I was trying to do something like that in css:
>
> while (.....) {
> ...
> if (...) continue;
> ...
> };
>
> In "normal" c++ this should go to the beginning ot the loop if the
> condition is true. But in css instructions like "continue" and "break"
> are ignored and the code that follows is proceded.
"Continue" and "break" are supported in css. Have you changed the
".css" file after creating a Script for it? If so, you need to click "Compile"
in the Script edit dialog to activate the change.
> How can I overcome this ?
> Is there any possibility to jump inside loops ?
> --
> Mathias Weigt
>
>