Hi,
I am trying to put all the choices from my PopupMenu, into an array.
I have the following code, which has a syntax error somewhere in the middle line of code.
Even though I stepped away for an hour and then came back - I still cannot work out the correct syntax.
Can someone please advise me.
For i As Integer = 0 To Window1.PopupMenu1.ListCount -1
PopupMenuValuesArray.append(Window1.PopupMenu1.(i).Text)
Next