POV-Ray : Newsgroups : povray.advanced-users : Implementation of dynamically resized array : Re: Implementation of dynamically resized array Server Time
19 Apr 2024 22:59:19 EDT (-0400)
  Re: Implementation of dynamically resized array  
From: Bald Eagle
Date: 2 Nov 2018 20:20:00
Message: <web.5bdce8a03ab1e8e9765e06870@news.povray.org>
http://news.povray.org/povray.general/message/%3C5b540d5e%241%40news.povray.org%3E/#%3C5b540d5e%241%40news.povray.org%3
E


#declare Foo = array;

This will create a resizable array with an initial size of zero, and
then grow the array...


So, it seems that ANY array is not resizable, only specially created arrays.


Post a reply to this message

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