Jump to content
UBot Underground

goceb

Members
  • Content Count

    1
  • Joined

  • Last visited

Everything posted by goceb

  1. The http://www.ubotstudio.com/forum/index.php?/topic/13725-json-parser/?p=76556 is great and it works but it lacks the check for loaded HTML in the browser, the condition needed in order for eval to always run properly. See the full post here http://devmd.com/r/parsing-json-ubot-studio and below is the code for quick reference define eval fix { set(#test,$eval("2+3"),"Local") if($comparison(#test,"=","")) { then { load html("An empty page was detected so eval() can not run. This is an auto generated HTML so that the function can be used!") } } } define
×
×
  • Create New...