Jump to content
UBot Underground

goceb

Members
  • Content Count

    1
  • Joined

  • Last visited

Community Reputation

0 Neutral

About goceb

  • Rank
    Newbie

System Specs

  • OS
    Windows 7
  • Total Memory
    8Gb
  • Framework
    v4.0
  • License
    Developer Edition

Recent Profile Visitors

1180 profile views
  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...