Search results for query: *

  1. B

    Load multiline textbox into an array

    Wow that was fast!! That works perfectly. Thank a million, vis781!!!
  2. B

    Load multiline textbox into an array

    Hi, I am trying to load the contents of a multiline textbox into a string array and cant figure out why it is not working. I thought I would be able to use the SPLIT function like this: Dim strarray() As String strarray = Split(txtCourses.Text, Environment.NewLine) But that doesn't seem to...
Back
Top