POV-Ray : Newsgroups : povray.advanced-users : Bitwise AND : Re: Bitwise AND Server Time
29 Jul 2024 02:27:01 EDT (-0400)
  Re: Bitwise AND  
From: Slime
Date: 5 Apr 2004 19:23:55
Message: <4071ea8b$1@news.povray.org>
>   I really hope this is enhanced in some future version.
>   I see no reason for not supporting comparison operators on strings.


I'd like to see better support for different data types in general. By this
I mean, I'd like to be able to replace

#debug concat("X was ", str(X,0,0), ", velocity was <", str(vel.x,0,0), ",",
str(vel.y,0,0), ",", str(vel.z,0,0), ">.")

with

#debug "X was " + x + ", velocity was " + vel + "."

Strings can be a real nuisance to work with in POV-Ray SDL.

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


Post a reply to this message

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