POV-Ray : Newsgroups : povray.general : Has string handling been changed or improved? : Re: Has string handling been changed or improved? Server Time
29 Jul 2024 22:31:06 EDT (-0400)
  Re: Has string handling been changed or improved?  
From: Kenneth
Date: 10 May 2010 12:55:01
Message: <web.4be83a166ddd2defae92d9930@news.povray.org>
"Kenneth" <kdw### [at] earthlinknet> wrote:

> Thanks!
>
> BTW, I think the wiki there has a slight error, in its example.  Here's what's
> written...
>
> #declare TestCase = "Testing"; // Shouldn't this be "Testing123"?
> #if (TestCase < "Testing123")
>

Oops, I think I see my own error (I *think*.) Given the way this example is
written in the wiki, is the #if comparing the NUMBER of letters in TestCase
("testing" = 7) to those of "Testing123" (10)?

Ken


Post a reply to this message

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