Home » questions » in visual basic, how to split the statement and put the words into listbox?

in visual basic, how to split the statement and put the words into listbox?

2006-08-11 10:09:11, Category: Programming & Design
NOTE: no variables to be used

Answers

  1. mb15_ind

    On 2006-08-11 10:16:22


    press alt+Enter (don't remember exactly did it a while back)
  2. Mrsashko

    On 2006-08-11 10:13:29


    NO VARIABLES TO BE USED???????????????????????? are you crazy......... just kidding. In your case i don't know, in other case might have been able to help you.
  3. Randy _

    On 2006-08-11 10:21:31


    can't be done without variables: Split function into string array loop to place each element into listbox.