Hi, Not sure what you mean by typing it into the ide, are you manually adding it in code? If you're adding it to the form, from the palette, listindex should be in the property list box (which is quite a good place to find the many different properties that can be changed).
Best wishes, Andrew. -----Original Message----- From: George Walters <[email protected]> Sent: 22 March 2010 01:38 To: [email protected] Subject: RE: [nsbasic-ce] help I also wonder, using the IDE, if you type ListBox1. why does the drop down list that the IDE shows not include "ListIndex". Should it not? -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Andrew Thomas Sent: Sunday, March 21, 2010 3:42 PM To: [email protected] Subject: RE: [nsbasic-ce] help Hi, Do you mean the drop down list boxes? If so, you should be able to do listbox1.listindex=1, etc to change it. You can also read what's been selected with var=listbox1.listindex. Best wishes, Andrew. -----Original Message----- From: georgeewalters <[email protected]> Sent: 21 March 2010 19:22 To: [email protected] Subject: [nsbasic-ce] help How do you set an index in a list box. I want to set the index to a particular line in the list box. How do I do that? I would have thought that ListBox1.index xx for example, but don 't know. ------------------------------------ Yahoo! Groups Links -- You received this message because you are subscribed to the Google Groups "nsb-ce" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nsb-ce?hl=en.
