Hey guys,
I have a J-script at the moment which rtecalls script.execute. this all works wonderfully... however while running the script, $file is null.
Is there a way i can fill $file with the specific record i'm using?
so in my values for the script execute i have:
argVal=newSCDatum();
argVal.setType(2);
argVal.push("script.name");
argVal.push(system.vars.$file) ;
argVal.push("true") ;
argVals.push(argVal);
print(argVals) ;
and below i just have a
print(system.vars.$file);
This prints as "null". can i populate this $file with a doselect or some other?
any guidance appreciated!
Cheers,
Lukus


Reply With Quote

Bookmarks