labels
Richard Kreiss
rkreiss at gccconsulting.net
Thu Jul 31 14:23:49 PDT 2014
One can use a label on an if line.
Fpbad if: amount= "" and status ge "1"
Then:
Fptrue if: amount ne "" and status ge "2"
Then:
Fpneg if amount lt "0.00" and status = "9"
Then:
The above sets 3 possibilities;
If: fpbad
Then: GOTO empty
If: fptrue
Then: GOTO dothis
If: fpneg
Then: GOTO dothat
My question is how many labels will filepro recognize?
I have some subroutines that are or can be accessed a number of times but based on where it came from, different processing occurs and where at the end of the routine the return is. Some end with a Screen ,nn, some end in a return or a GOTO.
Will the label hold if there is additional processing prior to using the label on the if line? If so, how deep can one go?
Richard Kreiss
GCC Consulting
Office: 410-653-2813
More information about the Filepro-list
mailing list