redss
Programmer
- Oct 20, 2002
- 195
I have a dynamically loaded menu object - how can I tell if a menu item is loaded?
I.e. there might be 3 or 10 menu items, but I can't say
and also I can't seem to say get the number of menu items loaded (via "load mnuOption(i)"
with the UBOUND command either...
Any ideas?
I.e. there might be 3 or 10 menu items, but I can't say
Code:
if mnuOption(3) = nothing then...

Any ideas?