calculate MAX(len(alltr(store_name))), MIN(len(alltr(store_name))) to lnmax, lnmin
> Hello,
>
> I am a novice with FoxPro, but getting much better, thanks to all of you. At no time have I been refused assisitance from you great guys. It's why I study and play with data as much as I can. My question is this. I have a table of 60,000 records. The records contain a field called store_name which is the store name. What I want to do is determine which is the longest store name I have and what is the shortest store name I have. I'm sure it's something easy, but I need to do it so the query returns the records with these store names.
>
> Thank you much..