new
It is necessary to initiate the dmmScript XTRA before the first use.
Example - Director
global scr
openXlib the pathName&"dmmScript.x32"
scr=new(xtra "dmmScript")
If the library dmmXLS.x32 is located in the XTRAS folder it is enough to insert
global xls
xls=new(xtra "dmmXLS")
Example - Authorwarescr:=NewObject("dmmScript")