Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Preparing a script in EDBManager
Fri, Jan 22 2016 6:55 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

When writing a script in EDBManager I like to check if I have the syntax right by clicking prepare. One "error" annoys me - when I write something like

IF MsgList IS NULL THEN

ELSE

END IF;

I get

ElevateDB Error #700 An error was found in the script at line 12 and column 1 (Expected : but instead found END)

I don't know if its technically an error or not but is it possibly for it to stop telling me it is?

I program this way because I like to make sure I have the structure in place before I start putting the code in.

Roy Lambert
Fri, Jan 22 2016 11:21 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Roy,

<< I don't know if its technically an error or not but is it possibly for it to stop telling me it is? >>

Yep, it's not handling the label parsing correctly. I'll have a fix in the next build.

Tim Young
Elevate Software
www.elevatesoft.com
Sat, Jan 23 2016 9:18 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Tim


Thanks

Roy Lambert
Image