POV-Ray : Newsgroups : povray.general : <no subject> : Re: <no subject> Server Time
29 Jul 2024 14:23:11 EDT (-0400)
  Re: <no subject>  
From: Slime
Date: 17 Apr 2011 21:08:54
Message: <4dab8f26$1@news.povray.org>
> #declare RailArray = array[N];
 > #declare tmp = 0;
 > #while(tmp<=N)
 >          #declare RailArray[temp] = 0//Spline_1(temp/N);
 > #end


What is the error? It probably says what the problem is.

You're using "tmp" and then "temp", for one.

Also, you've removed the semicolon by commenting out the end of the line.

  - Slime


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.