Hi,
HtmlViewRun doesn't return anything... I was expecting it to return the result of for instance a Javascript function call.
So that if I had a Javascript function:
function test() {
return "oh yeah!";
}
And I did:
Print HtmlViewRun( htmlview, "test();" )
It would print "oh yeah!" in Blitzmax...
Is that possible somehow?
HtmlViewRun doesn't return anything... I was expecting it to return the result of for instance a Javascript function call.
So that if I had a Javascript function:
function test() {
return "oh yeah!";
}
And I did:
Print HtmlViewRun( htmlview, "test();" )
It would print "oh yeah!" in Blitzmax...
Is that possible somehow?