Jump to content
Macro Express Forums

Jason1

Members
  • Posts

    2
  • Joined

  • Last visited

Jason1's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Another vote for adding a GOTO statement to ME... I've coded myself into a corner and am used to relying on GOTO to bail me out. The problem is that I'm marching throught the code and if a certain condition is met, I need to do some special stuff, skip some other stuff and continue with the rest of the macro. I realize I can do this by dividing up the various tasks into other macros that are called within IF statements, but that's work! (Doh, I should have used the comments more liberally!) Please implement the GOTO, ASAP, for the sake of lazy programming hacks like myself. It would be really, really appreciated! Keep up the good work! Jason
  2. Hi, I'm interested in parsing a string in ME. Specifically: I'd like to pick out that "blah.txt" is the filename from the whole string c:\blah\blahblah\blah.txt Is this possible? Thanks! Jason
×
×
  • Create New...