POV-Ray : Newsgroups : povray.windows : How to generate sphere and cylinder with csv file : Re: How to generate sphere and cylinder with csv file Server Time
18 Apr 2024 01:32:10 EDT (-0400)
  Re: How to generate sphere and cylinder with csv file  
From: clipka
Date: 6 Apr 2017 04:19:36
Message: <58e5fa18$1@news.povray.org>
Am 06.04.2017 um 07:03 schrieb Jeff:

> Hi, when i try to run the code it says "Parse Error: Expected'float,vector,or
> string literal', string identifier found instead".
> 
> do you know what cause the problem?

My guess would be that you have arbitrary text in the CSV file; in that
case, you'll need to make sure it is enclosed in double quotes, e.g.

    "Foo"

instead of

    Foo


Post a reply to this message

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