A suggestion
Kenneth Brody
kenbrody at spamcop.net
Fri Apr 8 11:16:12 PDT 2016
On 4/8/2016 10:29 AM, Richard Kreiss via Filepro-list wrote:
> Some of you may have done this already by I have a suggestion which make
> coding easier.
>
> I have a directory (folder) I call sub. I keep small program routines
> (processing table) here and import them when I need to use the code.
Not sure what you mean by "import", but remember that filePro can CALL a
processing table from another filePro file. If written with this in mind,
you can create generalized "library" routines and CALL them with code like:
CALL "library/prcname"
(This would CALL "prcname" in the "library" filePro file.)
Or even:
CALL "/usr/local/lib/fplibrary/prcname"
--
Kenneth Brody
More information about the Filepro-list
mailing list