POV-Ray : Newsgroups : povray.beta-test : POV-Ray v3.8.0-alpha.9811560 : Re: POV-Ray v3.8.0-alpha.9811560 Server Time
15 May 2024 06:17:54 EDT (-0400)
  Re: POV-Ray v3.8.0-alpha.9811560  
From: jr
Date: 2 Sep 2018 14:40:06
Message: <web.5b8c2e06c46e580d1500b2fd0@news.povray.org>
hi,

> Am 30.08.2018 um 21:38 schrieb jr:
> > ... the keys of a dictionary? ...

another question regarding dictionaries.

I try (in a to be included file):

#local A = array [4] { ... };

  ...

#declare D = dictionary {
  .arr: (A),
  ...
};

and get a "Parse Error: Expected 'numeric expression', array identifier found
instead"

when I try

  .arr: A,

I get a parse error in the using scene: "Attempt to access uninitialised
dictionary element".  (3.8.0-alpha.9606898)  can arrays not be used in a
dictionary?


regards, jr.


Post a reply to this message

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