function attach()
{
var namefile = this.documentFileName;
var str = namefile;
var aWord = namefile.split("_");
var Cod_Fornitore = aWord[1];
var Ragin = aWord[0];
var nuovo = Ragin + "A"+ Cod_Fornitore +".pdf";
this.importDataObject("sd","nuovo");
}
hi thomp, i'd like to insert the variable nuovo into CDIPath of importDataObject, is it possible? i tied several ways to do it but it doesn't work.
thnaks in advance!
So this:
this.importDataObject("sd","nuovo");
Should be:
this.importDataObject("sd",nuovo);
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com