G Guest Oct 31, 2006 #1 I want to locate the 'a' and 'b' in strings (ex 10a and 234b) and remove the letters. thanks doug
G Guest Oct 31, 2006 #2 Hi Doug, This will remove them for you... replace(replace(STRING_TO_REMOVE_ITEMS, "a", ""), "b", "") Hope this helps. Damian.
Hi Doug, This will remove them for you... replace(replace(STRING_TO_REMOVE_ITEMS, "a", ""), "b", "") Hope this helps. Damian.