[futurebasic] Re: [FB] Re: File Splitter - WOTD

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : November 2001 : Group Archive : Group : All Groups

From: Robert Covington <artlythere@...>
Date: Mon, 19 Nov 2001 12:22:51 -0500
>Robert posted:
>
>> Widget of the Day
>
><snip>
>
>
>Hi Robert,
>A couple of comments re Max Hackenstein.
>
>1. If the file being split doesn't contain "MAIN", it doesn't work.
>
>2. When "CLEAR LOCAL FN xxxx", the split file is named "AL FN xxxx"

Better go back to Michael's convention I think for item 2, I don't use
Clear Local FN much, it escaped me.

Number 1, would need an approach that uses the pre-pass to figure out the
last End FN location, and use that  + 1 instead of a search for "Main".

rc