Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
string function to get a letter from a string
#2
Solved: 11 Years, 3 Months, 4 Weeks ago
Code:
Dim SearchWithinThis As String = "ABCDEFGHIJKLMNOP"
Dim SearchForThis As String = "DEF"
Dim FirstCharacter As Integer = SearchWithinThis.IndexOf(SearchForThis)

Have you tried that yet? It's straight from the MSDN library.
Reply


Messages In This Thread
RE: string function to get a letter from a string - by XeNoMoRpH - 06-30-2009, 06:57 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Need help in creating dynamic object string using Childobjects Keshub Mathur 0 1,608 09-11-2017, 05:52 PM
Last Post: Keshub Mathur
  How to extract particular digit from a string amit25007 3 3,484 10-05-2016, 10:49 AM
Last Post: Ankur
  Not able to use wild character in string amit25007 2 2,612 03-09-2016, 10:36 AM
Last Post: amit25007
  String Pattern : Alternet Character Capital abhideshpande001 4 3,578 09-03-2015, 03:43 PM
Last Post: abhideshpande001
  Calling a Function in Function Library when function is defined in an Action jitenderkkr 0 2,973 11-27-2014, 12:53 PM
Last Post: jitenderkkr

Forum Jump:


Users browsing this thread: 1 Guest(s)