User Portlet User Portlet

Discussions
Hi Chad, Thanks for the tip. It does bring be a step closer but the problem remains. The problem is that VBA code is quite different especially for the `POST´ command. Cheers, Wouter
Hi Sean, Thanks for taking the time to check this. The result is something like this: TableForm[{"USD",1.223},{"GBP",0.76},....] As if it doesn't recognize the function TableForm at all. I don't really think there is a time out as: - When not...
Hi All, The same problem goes for the function Import["any url", etc] it will work fine in the Wolfram Desktop but as a Cloud object it fails. Good to know you are looking into this! I thought at first is was my own programming error. Is there any...
Hi All, Maybe a stupid question but why doesn't this work?: raw = WolframAlpha[ToString, {{"BookMatchFrequency:WordData", 1}, "TimeSeriesData"}] /. s -> "the" Thanks in advance for any help.