I searched and searched, but did not find this on any threads…
I currently have a script that creates a folder structure within a volume chosen by the user.
Part of the folder structure’s creation is based upon a job number that can be automatically assigned or manually assigned.
They also input a clients name and description…
I have set the auto number to start at i= “1001”
I need to set a wildcard so that the finder looks for a match in i or the first four numbers as text. If it finds a match I need it to assign i+1
thanks