07-08-2009, 11:58 AM
Do you want to verify if 50% is present in the string or you need to retrieve it out ??
If this string is going to be static you can use simple string functions like,
Lstring = Left("Your work item is 50% ready", 6)
NeededString = Right(Lstring, 18)
NeededString will contain 50%
If this string is going to be static you can use simple string functions like,
Lstring = Left("Your work item is 50% ready", 6)
NeededString = Right(Lstring, 18)
NeededString will contain 50%
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.