POV-Ray : Newsgroups : povray.general : Feature requests iden() : Re: Feature requests iden() Server Time
8 Aug 2024 16:20:27 EDT (-0400)
  Re: Feature requests iden()  
From: Rune
Date: 27 Nov 2000 11:20:38
Message: <3a2289d6@news.povray.org>
"Warp" wrote:
> #macro iden(String)
>   #fopen TmpFile "tmptmp.tmp" write
>   #write(TmpFile, String)
>   #fclose TmpFile
>   #include "tmptmp.tmp"
> #end

I had been thinking about using #write and #include some way or another to
solve my problem, but your solution is just perfect!

Thank you Warp, you have spared me for a lot a trouble. :)

Rune
--
\ Include files, tutorials, 3D images, raytracing jokes,
/ The POV Desktop Theme, and The POV-Ray Logo Contest can
\ all be found at http://rsj.mobilixnet.dk (updated October 9)
/ Also visit http://www.povrayusers.org


Post a reply to this message

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