POV-Ray : Newsgroups : povray.beta-test : uninitialized array element bug : uninitialized array element bug Server Time
29 Jul 2024 14:11:29 EDT (-0400)
  uninitialized array element bug  
From:
Date: 23 Apr 2002 11:09:39
Message: <q3uacukhkhhvl0eotuce51snvdjnhpbk8k@4ax.com>
POV 3.5 RC2 icl on WinNT Sp 6 PII 233 with 128 MB

I tried to make shorter version of f_array problem script for Warp but
accidentaly I found another thing:

#declare IC_Arr=array[12]
#declare IC_Arr[0]=function{x}                     
#declare IC_Arr[1]=IC_Arr[0]
#declare IC_Arr[2]=IC_Arr[1]

returns :

#declare IC_Arr[1]=IC_Arr[0]
#declare IC_Arr[2]=IC_Arr[1] <----ERROR
Parse Error: Attempt to access uninitialized array element.

Any confirmation ?

ABX


Post a reply to this message

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