AdamCoombs
Technical User
hello,
I am creating a job management system and need to create a directory structure based on the job number..
for example..
job number: 12345678 (always 8 digits)
the directory structure would be
/jobs/12/12345/12345678
Question is...how do i pull out the first 2 digits and then the first 5 digits of a job number.
I will be be searching a plain text file for the job number.
thanks
Adam
I am creating a job management system and need to create a directory structure based on the job number..
for example..
job number: 12345678 (always 8 digits)
the directory structure would be
/jobs/12/12345/12345678
Question is...how do i pull out the first 2 digits and then the first 5 digits of a job number.
I will be be searching a plain text file for the job number.
thanks
Adam