Results 1 to 4 of 4

Thread: parse(0) = <Subscript out of range> ??[solved]

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Apr 2004
    Location
    sweden
    Posts
    176

    parse(0) = <Subscript out of range> ??[solved]

    Hi.
    What can i do to prevent this from happen?
    Code:
    parse = Split(lstNowWarn.List(l), ":")
    numbers = parse(0)
    names = parse(1)
    errors:
    parse(0) = <Subscript out of range>
    parse(1) = <Subscript out of range>
    Big Thanks,
    naitsabes
    Last edited by naitsabes85; Jan 6th, 2005 at 04:34 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