POV-Ray : Newsgroups : povray.general : Errors in Arrays.inc Server Time
2 Aug 2024 10:21:02 EDT (-0400)
  Errors in Arrays.inc (Message 1 to 5 of 5)  
From: =Bob=
Subject: Errors in Arrays.inc
Date: 25 Nov 2004 13:15:07
Message: <41a6212b$1@news.povray.org>
Arrays.inc was shipped with Pov 3.5 but did it also
ship with later versions? The file I have says:
Last updated: May 7 2002

So maybe most people are already aware of this.

Anyway, some of the #declares in arrays.inc are
missing the semicolon.
=Bob=


Post a reply to this message

From: Slime
Subject: Re: Errors in Arrays.inc
Date: 25 Nov 2004 14:22:01
Message: <41a630d9$1@news.povray.org>
> Anyway, some of the #declares in arrays.inc are
> missing the semicolon.


Semicolons are optional unless it is a float, vector, or color which is
being #declared. Array assignments don't require them.

 - Slime
 [ http://www.slimeland.com/ ]


Post a reply to this message

From: =Bob=
Subject: Re: Errors in Arrays.inc
Date: 25 Nov 2004 15:17:20
Message: <41a63dd0@news.povray.org>
"Slime" <fak### [at] emailaddress> wrote in message news:41a630d9$1@news.povray.org...
: > Anyway, some of the #declares in arrays.inc are
: > missing the semicolon.
:
: Semicolons are optional unless it is a float, vector, or color which is
: being #declared. Array assignments don't require them.

I would have thought this would require one:

      #declare Array = NewArray

=Bob=


Post a reply to this message

From: =Bob=
Subject: Re: Errors in Arrays.inc
Date: 25 Nov 2004 15:34:59
Message: <41a641f3@news.povray.org>
"=Bob=" <robertUNDERSCOREdobbinsATmailDOTtdsDOTnet> wrote in message
news:41a63dd0@news.povray.org...
: I would have thought this would require one:
:       #declare Array = NewArray

I see according to the docs, it doesn't need one. Does
that seem inconsistent?
=Bob=


Post a reply to this message

From: =Bob=
Subject: Re: (no) Errors in Arrays.inc
Date: 25 Nov 2004 19:50:33
Message: <41a67dd9$1@news.povray.org>
See my post in tools.general.
=Bob=


Post a reply to this message

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