Search results for query: *

  • Users: Bone_Jack
  • Content: Threads
  • Order by date
  1. 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