Jump to content
UBot Underground

slash30

Fellow UBotter
  • Content Count

    103
  • Joined

  • Last visited

Posts posted by slash30

  1. I'd like to be able to use the tabs to separate my code a bit and then selectively hide tabs when the bot is compiled.

     

    For example place all of my functions on one tab and call them from my main tab. But this tab would not need to be seen by the user.

     

    It could work similar to the "remove branding" function. Just drag over a "hide tab" on to the tab to be hidden.

     

    Scrolling down one tab gets a bit unmanageable for me on a big bot. I get lost if I need to go back and make a change months or even days later sometimes. :)

     

    TJ

  2. Quick question, will there be upgrade paths in terms of pricing?

     

    Since Pro will be out first I'll want to get my hands on it right away and start testing out the new features but ultimately I'll want the developers license. I'm sure you'll have a good solution for this but I wanted to throw it out there just in case.

     

    One Comment:

     

    I'd like to request that each new feature released come with a description and example of it's use. It's almost better not to have the feature if those no documentation or example of its use.

     

    I know documentation sucks to do but it will really make a world of difference.

  3. Just an FYI. Ubot doesn't seem to like it when you use stat monitor with the next item list as the variable. I did this while I was trying to debug a problem I was having and wanted to see the next item in the list as the bot ran.

     

    Anyway, when you do this Ubot starts throwing errors even without pressing play. It starts going through the variable list and doesn't stop. It's actually hard to kill it once it happens so be wary when reproducing it.

     

    TJ

  4. Ok so I'm scraping an address like "888 Transgender Dr. Stage Coach, NV 99999". I'd like to insert or replace the space with a comma between the state and the zipcode to make it an additional column in the csv file.

     

    I was thinking along the lines of a regex like "s/(.+\b[A-Z]{2})\s([0-9]{5})/$1,$2/g" and do a replace but I don't think that works in ubot.

     

    Any ideas?

     

    Thanks.

     

    TJ

×
×
  • Create New...