I'm always amazed at what I don't know about VFP. In going thru one of our legacy programs I encountered the LOOKUP function, which I never knew existed. I went to the VFP help file to learn more about this command. First I read that it's not Rushmore optimizable, and when I found the example referencing @2,2 SAY LOOKUP... I thought to myself that this is OLD technology.
I'm thinking that switching over to INDEXSEEK would be more efficient and easier to read. In looking thru Source Safe I find lot's of occurances of LOOKUP(). Should I make a pitch to my supervisor to gradually replace this outdated function?
Steve
I'm thinking that switching over to INDEXSEEK would be more efficient and easier to read. In looking thru Source Safe I find lot's of occurances of LOOKUP(). Should I make a pitch to my supervisor to gradually replace this outdated function?
Steve