R2005 Vlisp: I have a string number "32456" and I want to know if it matches some string numbers in a list that have an extra character at the end of the string or not. The list looks like: ("37646" "32456A" 31442" 32456B" "32456" "34567" "34555C") If "32456" matches the first 5 characters of "32456A" or "32456B" and matches "32456" I need to know that there are 3 instances of that number in the list. TIA Bill