Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can I do this in fewer steps?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Can I do this in fewer steps?
Miscellaneous
Thread ID:
00404043
Message ID:
00404043
Views:
52
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.
Next
Reply
Map
View

Click here to load this message in the networking platform