Need Help
get thet %-3c give me a copu number padded with zeros to 3 digits but I'm looking to add text copy numer in front of number id copy is this possible
Thinking this will be easy to search for this specific test to delete duplicats
There is no way to add arbitrary text, but you could use %-10c and search for "-00000000".
- Phil
Thanks for your excelent program and quick respons.
I think I have to go with your solution