POV-Ray : Newsgroups : povray.newusers : File handle and macros : Re: File handle and macros Server Time
1 May 2025 18:14:57 EDT (-0400)
  Re: File handle and macros  
From: Bald Eagle
Date: 1 May 2025 14:00:00
Message: <web.6813b6687252bfd76563700825979125@news.povray.org>
kurtz le pirate <kur### [at] freefr> wrote:

> Thank you for your advice but in what I was hoping to do "parse_string"
> is not suitable.

Why not?

> #macro fwrite (FileHandleString, texte)
>  #write (Parse_String (FileHandleString), concat(texte,"\n") )
> #end

fwrite ("Filename", "Try this.")

Too much reading and writing to disk?

- BW


Post a reply to this message

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