Output file ownership

Fairlight fairlite at fairlite.com
Fri May 19 10:15:47 PDT 2006


In the relative spacial/temporal region of
Fri, May 19, 2006 at 12:43:45PM -0400, Fairlight achieved the spontaneous
generation of the following:
> ::ln=writeline(OHandle,"</PRE>"):

I usually reread my posts when they come back through and see if I screwed
up.  This line -may- actually need to be:

::FLine="</PRE>";ln=writeline(OHandle,FLine):

It may work as given the first time, or it may need the rewrite.  I
honestly can't remember if fP's version can take a literal string on the
fly or if it -needs- a variable there.  I instinctively wrote it as if I
were writing in something else, and just now thought of that.  I thought to
do it with a variable in the opening tag's instance, strangely enough.

If it -can- take a literal string, it's more efficient to do so than to use
two operations.  I just can't swear to whether it can or can't take it.
The docs I have available to me are unclear on the matter.

mark->


More information about the Filepro-list mailing list