Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread "in"
Mon, Jul 9 2012 6:16 AMPermanent Link

Matthew Jones

It appears that EWB doesn't support "in", which is fine. Is there a helper function
that I could use? I will write my own, but I wonder if there is a better
implemented "CharInSet" or something? I'm just doing

   if not (szValue[nLoop] in ['0'..'9', 'A'..'F']) then

so I can easily write a function to do CharIsPresent(szChar, szValid).


BTW, the proof of concept app that I wrote using the beta was liked by the customer,
so am moving onto the next stage of doing validation of inputs etc. All good so
far.

/Matthew Jones/
Mon, Jul 9 2012 12:35 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Matthew,

<< It appears that EWB doesn't support "in", which is fine. Is there a
helper function that I could use? I will write my own, but I wonder if there
is a better implemented "CharInSet" or something? >>

Not at this time, no.  I'm probably going to add something native for this,
though, so I'll see what I can do ASAP.

<< BTW, the proof of concept app that I wrote using the beta was liked by
the customer, so am moving onto the next stage of doing validation of inputs
etc. All good so far. >>

Fantastic, this is always good to hear. Smile

If you have any other questions, please let me know.

Tim Young
Elevate Software
www.elevatesoft.com
Image