Local $mycomobj = ObjCreate("ExampleMyComObj.Script") $mycomobj.exampleExport("line1`nline2`nline3") Can I make it with dont use the `n command ? like: line1 line2 line3 and I think it could be looks like : $mycomobj.exampleExport("Function or list") thanks...