Results 1 to 2 of 2

Thread: Need different data Type?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2004
    Posts
    73

    Need different data Type?

    This works but I need the interger to be a string. But a string is not part of the parse family. Can I substitute something for the parse that will let me use a string value?

    Dim LoadItemNumber = Integer.Parse(cboItemNumber.Text)

    Justin

  2. #2
    Frenzied Member
    Join Date
    Mar 2004
    Location
    Orlando, FL
    Posts
    1,618
    Have you tried the Split function of the string object.
    Sean

    Some days when I think about the next 30 years or so of my life I am going to spend writing code, I happily contemplate stepping off a curb in front of a fast moving bus.

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