dgwilliams
MIS
I have alist box and i want to add the item of an array to the list box i have tryed the following but it does not work.
lstShortcutItems.AddItem Shortcut1(1)
any ideas
lstShortcutItems.AddItem Shortcut1(1)
any ideas
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
myList.AddItem shortCut1(1),0
myList.AddItem shortCut1(3),1
myList.AddItem shortCut1(2),2
myList.AddItem shortCut1(0),3
myList.AddItem shortCut1(4),2 'will move the rest one position down and reindex