Hello,
I have the following script for a "Submit by Email" button:
var oDoc = event.target;
oDoc.mailDoc({
bUI: true,
cTo: "myname [at] domain [dot] com",
cSubject: form1.P1.Table1.Row4.SellerRepName.rawValue
});
How do I format the cSubject field to output in a currency format? Thank you for your help in advance!
Billy
Billy
Bill G.