Lookup & called programs
GCC Consulting
gcc at optonline.net
Sun Nov 28 21:36:16 PST 2004
Have not tried this but thought someone may know the answer.
If you do a lookup and the call another table, will the lookup still be honored?
3 ------- - - - - - - - - - - - - - -
◄ If:
Then: lookup test1 k=a i=a -nx
4 ------- - - - - - - - - - - - - - -
◄ If: NOT test1
Then: END
5 ------- - - - - - - - - - - - - - -
◄ If: test1(1) = "yes"
Then: CALL "foobar"
6 ------- - - - - - - - - - - - - - -
◄ If: test(1) = "no"
Then: CALL "barfoo"
7 ------- - - - - - - - - - - - - - -
Foobar:
if:
Then: 1=test1(20);2=test1(21);END
Richard Kreiss
GCC Consulting
More information about the Filepro-list
mailing list