Hi group,
I have this script which generates PDF files based upon lots of prompts. It stores these in a directory from where I read them in the script again to send them off via email.
I have a table which contains the email address and which PDF to send to a particular person.
The script runs fine when someone gets just about 4 files. it goes wrong when they get more...
I fill up the variable blat which I pass to the shell function; x=Shell(blat,7)
so my question is: is there a limit of characters to pass to the shell function? or should I define the var blat differently?
Thanks in advance...
I have this script which generates PDF files based upon lots of prompts. It stores these in a directory from where I read them in the script again to send them off via email.
I have a table which contains the email address and which PDF to send to a particular person.
The script runs fine when someone gets just about 4 files. it goes wrong when they get more...
I fill up the variable blat which I pass to the shell function; x=Shell(blat,7)
so my question is: is there a limit of characters to pass to the shell function? or should I define the var blat differently?
Thanks in advance...