06-30-2009, 06:42 PM
suppose i have :
dim var = "abcdefgh"
i want to get the letter "c" from var using string function.
supopse i am getting a string at runtime dont know where that letter "c" is .
then how do i get that letter "c" from the string
cheers,
AJ
dim var = "abcdefgh"
i want to get the letter "c" from var using string function.
supopse i am getting a string at runtime dont know where that letter "c" is .
then how do i get that letter "c" from the string
cheers,
AJ