POV-Ray : Newsgroups : povray.beta-test : Bug in strings.inc Server Time
31 Jul 2024 04:15:46 EDT (-0400)
  Bug in strings.inc (Message 1 to 1 of 1)  
From: Nikodemus Siivola
Subject: Bug in strings.inc
Date: 15 Sep 2001 11:42:21
Message: <3ba376dd@news.povray.org>
Is:

#macro Str(A)
    vstr(A, 0,-1)
#end

Should be:

#macro Str(A)
    str(A, 0,-1)
#end

 -- Nikodemus


Post a reply to this message

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