On Apr 18, 2006, at 12:58 PM, Joseph J. Strout wrote:

At 12:34 PM -0400 4/18/06, Joshua Demori wrote:

Actually that would work with the lowercase. I tried this though
If me.text = "Y" or me.text = "y" then .....

You realize that if one of these is true, then they are both true, right? String comparison in RB is case-insensitive.

I happen to have good logic. I wanted either a lowercase y or uppercase Y because they both mean YES. Case insensitve your right it is. I just checked yet either way if you have a case statement Select Case "y", "Y" either one should be correct, correct my friend. So why If I do this
Select Case "N" "n" it fails on the upper case N

OK with that said my friend ...
if me.text = "Y" or me.text = "y" then ....
well since both are the same since it is case insentive fine just extra code. its still was my prime objective that both be covered. correct ?? Yes

Now, Your right maybe I might have been relying on a bug in rs, But during development I had only to make it work using that bug correct. I shouldn't rely on bugs but sometimes to get the job done what one has to do he does.

Now my code is very organized. Very organized. In fact I have done microprocessor designs as well as machine language. I have had much problem with rs because of having to right code to work around or with bugs. or some undocumented feature. But as far as debugging is concerned. thank you for your suggestions.

And why should I have to start complaining before I get an answer I would gladly like to speak with out frustration, but I seem never to get a response.

ALSO My friend why would calling a message box or sending text to an editfield beside the one handling the keydown in allow the program to funciton properly. Tell me that makes logical sense.

I do apologize for being frustrated and not cleaning the replies. I will keep that in mind for the future. I believe there is some bug here. How to prove it Im not sure. My suspect is that there is some problem in using older files to newer ones. And RB doesn't correctly put things in place or it might be an editfield problem. Not sure. I will build a control to handle this. But One thing I am is very organized. very.

Though do not take it personally And  I appreciate your feedback.

Josh

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to