POV-Ray : Newsgroups : povray.general : Re: Length of string? Server Time
2 Aug 2024 16:26:01 EDT (-0400)
  Re: Length of string? (Message 1 to 1 of 1)  
From: Slime
Subject: Re: Length of string?
Date: 22 Aug 2004 21:55:45
Message: <41294ea1$1@news.povray.org>
> I'm trying to find a function that tells me the length of a string.
Cannot
> find one.  Any pointers?


strlen()

Although you might expect to find this in the string functions section of
the documentation (3.1.1.7.3), it's in fact under the float functions
section (3.1.1.3.4) because it returns a number.

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


Post a reply to this message

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