Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can I do this in fewer steps?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Can I do this in fewer steps?
Divers
Thread ID:
00404043
Message ID:
00404043
Vues:
53
I repeat these six lines of code 30+ times in my Form Init. Can I shorten it instead of repeating it 30 times with the only difference being a different SCAN FOR = code and a different array name in each of the 30+ sets of code?

I did it this way so I could add to my lookup table without modifying the PUBLIC ARRAY size every time I did an add to my lookup table. My lookup table contains comboxbox items to populate most comboboxes on my forms.

ii = 0
SELECT lookup
SCAN FOR code = 15
ii = ii + 1
ENDSCAN
PUBLIC ARRAY asite(ii,2)

Then, I wouldn't have to count the items in the lookup table to know the array size. I would think there is a better way than this way. How about it? Help please. Thanks.
Steve Kramer
Kramer & Kramer Design
"Home of Go Cartoons"
Web Site: www.stephenkramer.com
Would you believe Far Side Lite?
More than 270 original cartoons.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform