Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Odd but minor bug
Thu, Feb 21 2013 10:25 AMPermanent Link

Matthew Jones

For the parameters of a function, write this code:

MyFunc($$'', 5);

EWB IDE cannot save any more, saying '$ is not a valid integer value'. The
parameter is a string - I just put these in as a bookmark to get back there later.
Deleting them makes it work again. Don't understand why saving is looking at the
content and judging me so harshly. 8-)

/Matthew Jones/
Fri, Feb 22 2013 12:08 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Matthew,

<< EWB IDE cannot save any more, saying '$ is not a valid integer value'.
The parameter is a string - I just put these in as a bookmark to get back
there later. Deleting them makes it work again. Don't understand why saving
is looking at the content and judging me so harshly. 8-) >>

It's trying to parse the code in order to deal with removing empty event
handlers, etc. and finding that it cannot parse that constant because it
thinks it's a hex integer constant ($).

Tim Young
Elevate Software
www.elevatesoft.com
Image