Hello,
Does anyone know if there is a limit to the number of comma separated variables
you can read from one line? I'm working with ten right now and having some
issues.
Cheers!
"RC" <nomail@nomail> wrote:
> Does anyone know if there is a limit to the number of comma separated variables> you can read from one line? I'm working with ten right now and having some> issues.
I'd be surprised (I'd instead expect some characters-per-line limit instead).
In any case, ten variables doesn't seem an uncommonly high number to me...
From: some yahoo
Subject: Re: #read limits for comma separated variables
Date: 7 Mar 2009 15:08:02
Message: <49b2d422$1@news.povray.org>
I haven't used #read, but in my experience the most common things to look for are:
commas instead of decimal points or vice versa
mismatched quote marks
And rarely, if the source file has been transferred between windows and linux, look
for CRLF pairs that are goofed up.
Can you post the offending line so we might criticize it harshly?
RC wrote:
> Hello,> > Does anyone know if there is a limit to the number of comma separated variables> you can read from one line? I'm working with ten right now and having some> issues.> > Cheers!> >
From: Warp
Subject: Re: #read limits for comma separated variables
Date: 7 Mar 2009 15:26:21
Message: <49b2d86d@news.povray.org>
some_yahoo <no### [at] waycom> wrote:
> And rarely, if the source file has been transferred between windows and linux, look
for CRLF pairs that are goofed up.
AFAIK it doesn't make any difference for povray which type of newlines
are used in the file (regardless of which platform povray is being
running in).
--
- Warp