POV-Ray : Newsgroups : povray.general : Question About Macros : Re: New Question About Macros Server Time
11 Aug 2024 05:10:52 EDT (-0400)
  Re: New Question About Macros  
From: Chris Huff
Date: 15 Oct 1999 19:41:42
Message: <3807BC36.B52BC526@compuserve.com>
I think you meant this:
#macro parse (string)
  #fopen file "parsetmp.inc" write
  #write (file, string)//<-----change "result" to "string"
  #fclose file
  #include "parsetmp.inc"
#end

This macro may be *very* handy. Thanks! :-)


Post a reply to this message

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