Hi
I want to create a function for capturing the first letter in a not-repeating string
For example if have this :
MyString = "aabbccddMffrryx"
So the first letter will be returned as M
So i'm looking for the best and the easy way to do it in vbscript.
So i ask you how can i do this function ?
Thank you !
I want to create a function for capturing the first letter in a not-repeating string
For example if have this :
MyString = "aabbccddMffrryx"
So the first letter will be returned as M
So i'm looking for the best and the easy way to do it in vbscript.
So i ask you how can i do this function ?
Thank you !