POV-Ray : Newsgroups : povray.newusers : weird macro error : Re: weird macro error Server Time
29 Jul 2024 04:29:58 EDT (-0400)
  Re: weird macro error  
From: Mike Williams
Date: 19 Sep 2006 02:38:47
Message: <F+gCQVAwB5DFFwEK@econym.demon.co.uk>
Wasn't it CdeathJd who wrote:
>Hi, can someone please explain where this code is going wrong, it gives the
>error message "PARSE ERROR: EXPECTED `STRING`, END OF FILE FOUND INSTEAD"

The parser is still looking for the final ")" to match the one on this
line, having parsed several lines of code as part of the concat()
parameters, it gets a bit confused.

>  #write ( IFV_File, concat("#declare fire_array=array[1001][9]n" )

Either add a ")" to the end of that line, or (better) remove the
"concat("

-- 
Mike Williams
Gentleman of Leisure


Post a reply to this message

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