Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Possible Compiler Bug: Try..Except..End With Case
Mon, Nov 12 2012 1:21 PMPermanent Link

Mark Brooks

Slikware

Avatar

Tim,

The following code compiles but produces invalid JS that causes the browser to except:

case X of:
 Y:
    try
      // Do some stuff
    except
      // Handle an issue
    end;
 else
   // Do some other stuff
end;
Wed, Nov 14 2012 11:17 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Mark,

<< The following code compiles but produces invalid JS that causes the
browser to except: >>

Got it, thanks.

Tim Young
Elevate Software
www.elevatesoft.com
Image