Adding values to array

Softselect

Member
Licensed User
Hi everyone
I have never worked with arrays and i want to add all processes (open Window names) to an array and then pick one form an listbox
I have tried adding to a listbox but that doesn't work dz.Getprocesses only seems to work with arrays
I am not sure of how to do it
please help
thanks Friedrich
 

Cableguy

Expert
Licensed User
Longtime User
To populate a combobox or listbox with an array, try the following:

for x = 0 to ArrayLen(Array())-1
Combobox.Add(Array(x))
Next
 

Softselect

Member
Licensed User
Thank you Cableguy
I have had some succses but now i am stuck again,
i keep going over it but I am not comming up with a solution
please help
thanks Friedrich
 

Softselect

Member
Licensed User
Hi Erel,
I think I am in way too deep for my programming experiance
I am no even more confused, the arraylist does not display and even if it did there is no way of picking form it (does not allow events, in the form designer). i have tried to use "EXCEL" because this was visable in my combobox version.
please help
thanks Friedrich
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…