Results 1 to 14 of 14

Thread: Enter a delimited string into an array [SOLVED]

Threaded View

  1. #1

    Thread Starter
    Fanatic Member hothead's Avatar
    Join Date
    Mar 2002
    Location
    Missouri
    Posts
    692

    Enter a delimited string into an array [SOLVED]

    I'm trying to break a delimited string into an array using the Split function, then transfer the string array into another array.

    Using the split function to break this down generates a Type Mismatch.

    VB Code:
    1. Choices = Mid$(QuestionArray(0).Question, InStr(QuestionArray(0).Question, ">") + 1, Len(QuestionArray(0).Question))

    I don't understand where the type is mismatching. The result is a delimited String. I am using a : as the delimiter, those have always worked for me in the past. The only thing that comes to mind is that the entire formula I'm using must be of type String.
    Last edited by hothead; Oct 4th, 2003 at 03:56 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width