Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

Permit duplicate Hotkeys, Labels, Hotstrings, etc.


  • Please log in to reply
30 replies to this topic
adaaaam
  • Members
  • 3 posts
  • Last active: Oct 30 2015 12:41 AM
  • Joined: 11 May 2013

Sorry for bumping such an old thread, but I didn't want to start a new topic and this was the most recent one I found on this issue.

 

Has any headway been made on implementing this suggestion? This and "Target label does not exist" absolutely drive me nuts! I use a lot of #includes and conditionally, gosubs, depending on the scripts I write (mainly for mturk). Some tasks require me to make a formatQuery sub to clean up the search, and for those that don't, my google() function (which gosubs to formatQuery) just errors. Why can't it just execute normally, and treat the non-existent sub as if it did exist, but simply with no lines of code? This is so much more intuitive imo, and saves me a lot of time (and redundancy) from creating dummy subs (whose only purpose is to rid the error, which is counter-intuitive)