10-04-2016, 09:15 PM
Yes Please show an example..
Sample snipet -> hope you might be right track
strstring = "Unified"
strlen = Len(strstring)
Character = "f"
''Gets Length of the string
Msgbox strlen
CharacterPosition = Instr(1,strstring,Character)
''Gets Position of character
Msgbox CharacterPosition
Sample snipet -> hope you might be right track
strstring = "Unified"
strlen = Len(strstring)
Character = "f"
''Gets Length of the string
Msgbox strlen
CharacterPosition = Instr(1,strstring,Character)
''Gets Position of character
Msgbox CharacterPosition