Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dlunday
  • Content: Threads
  • Order by date
  1. dlunday

    How do I simulate val(mid(MyString,2,1))?

    I think strong typing is gonna drive me nuts :) I have a string, say MyString = "12345" and I want to convert the second character to an int. I VB it was easy: val(mid(MyString,2,1)) = 2 In C# its somewhat tougher, since I can't convert a string OR a char[] to an integer. These...

Part and Inventory Search

Back
Top