exists update

Dennis Malen dmalen at malen.com
Mon Dec 6 19:31:33 PST 2004


Mark,

You are exactly correct as to what I want to do.

I will create a flag and message box that let's me know what the value of
"exists" is. Although I prefer to use a dummay variable to hold the value of
"exists", but I've been told I don't have to.

No one has indicated the processing I have submitted is incorrect. I have to
get to "firstL". No one has indicated my processing to get there is wrong.

What am I missing?

Dennis
----- Original Message ----- 
From: "Fairlight" <fairlite at fairlite.com>
To: <filepro-list at lists.celestial.com>
Sent: Monday, December 06, 2004 10:24 PM
Subject: Re: exists update


> [Rearranged for readability. --FLT]
>
> Is it just me, or did Dennis Malen say:
> > > ----- Original Message ----- 
> > > From: "Kenneth Brody" <kenbrody at bestweb.net>
> > >
> > > In what way does the exists() function "not work"?
> >
> > Because the header is not written to the file.
>
> That doesn't automatically mean exists() doesn't work correctly, it is far
> more likely that your logic code is simply not written correctly for what
> you want to accomplish.
>
> You want to print a header to the file if it doesn't exist, and then
append
> contents unconditionally?  That's what I've gathered from the thread so
> far.  it's pretty simple:
>
>
> ::declare DidHeader(1,YESNO,g):
> :exists("/path/to/some/file") eq "0" and DidHeader ne "Y":gosub prthead:
> ::gosub prtlins:
>
> ...
>
> prthead:'start your printing here:'by doing something that prints the
header:
> ::DidHeader="Y":
> ::return:
> ::end:
>
> ...
>
> prtlins:'start your data print here:'by doing something that prints the
data:
> ::return:
> ::end:
>
>
> (I'm anal about putting in end's to prevent as much accidental fallthrough
> as possible.  Saves on debugging later.)
>
> mark->
> _______________________________________________
> Filepro-list mailing list
> Filepro-list at lists.celestial.com
> http://mailman.celestial.com/mailman/listinfo/filepro-list
>
>
>




More information about the Filepro-list mailing list