Group: macromedia.dreamweaver · Group Profile · Search for Menu7 in macromedia.dreamweaver
Author: mwidman
Date: May 28, 2007 04:28
On Mar 15, 12:05 pm, "Allen Browne" <AllenBro...@SeeSig.Invalid> wrote: How will your code know how many items there are in the end? One you have determined that, you can ReDim the array to that many items, e.g.: iHowMany = 9 ReDim aiMenu(1 to iHowMany) I'm not really clear what you are doing here, but I think you are trying to use controls on the form to simluate a
|