|
|
On Fri, 28 Dec 2001 19:27:25 +0100, "Simon Adameit" <gom### [at] gmxde> wrote:
> The following code crashes POV
I can confirm this
POV 3.5 b 9 on PII 233 128 MB with NT 4 Sp 6
> #local Z=0;
> #while(Z<1)
> #local
> #end
I want refresh another win editor problem (listed in known bug list):
1. remove first line and save, current script is:
#while(Z<1)
#local
#end
Parse Error: Expected 'numeric expression', undeclared identifier 'Z' found
instead
2. Ctrl+Z back removed line and remove second line (arrow down, shift+arrow
down+del), current script is:
#local Z=0;
#local
#end
Parse Error: Expected 'numeric expression', undeclared identifier 'Z' found
instead
Seems editor not checked that content of windows is changed.
ABX
Post a reply to this message
|
|