POV-Ray : Newsgroups : povray.beta-test : bug with assigment with .operator : Re: bug with assigment with .operator Server Time
30 Jul 2024 14:30:25 EDT (-0400)
  Re: bug with assigment with .operator  
From: Warp
Date: 23 Oct 2001 05:15:46
Message: <3bd53541@news.povray.org>
This makes it work, so it probably gives a hint about what's going on:

#local A=array[1]{<0,1,2,3,4>}
#local L=(A[0].x);
#warning str(A[0].x,0,-1)
#warning str(L,0,-1)


  (My guess is that the parser stops at the ] and then somehow the .x is
lost... The parentheses force the parser to parse everything inside them
before it can assign any value to L, thus making it work.)

-- 
#macro N(D,I)#if(I<6)cylinder{M()#local D[I]=div(D[I],104);M().5,2pigment{
rgb M()}}N(D,(D[I]>99?I:I+1))#end#end#macro M()<mod(D[I],13)-6,mod(div(D[I
],13),8)-3,10>#end blob{N(array[6]{11117333955,
7382340,3358,3900569407,970,4254934330},0)}//                     - Warp -


Post a reply to this message

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