I tried to do the follow

wd 'pc xlauto'
wd 'cc xl oleautomation:com.sun.star.ServiceManager'
wd 'olemethod xl base createInstance "com.sun.star.frame.Desktop"'
wd 'oleid xl odesk'

NB. up to this line ok, but for this cause an error, where Array() should be an ole empty array. wd 'olemethod xl odesk loadComponentFromURL "private:factory/scalc" "_blank" 0 Array()'

These also fails,
wd 'olemethod xl odesk loadComponentFromURL "private:factory/scalc" "_blank" 0 
""'
wd 'olemethod xl odesk loadComponentFromURL "private:factory/scalc" "_blank" 0'

Is there any means to pass the last argument as an empty array? Or could this be done using pcall interface?

--
regards,
bill
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to