Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I'm wondering if one of you have an exempel about extract script using JScript.
Actualy, I'm using VBS :
sub expset obj = ActiveDocument.GetSheetObject("CH56")File = ActiveDocument.Variables("vPath").GetContent.String&"\"&ActiveDocument.Variables("Event_ID").GetContent.String &".csv"obj.Export File, ";"end sub
sub exp
set obj = ActiveDocument.GetSheetObject("CH56")
File = ActiveDocument.Variables("vPath").GetContent.String&"\"&ActiveDocument.Variables("Event_ID").GetContent.String &".csv"
obj.Export File, ";"
end sub
and i'm looking the same script in Jscript.
Thanks.