feri79 Posted January 27, 2004 Report Share Posted January 27, 2004 Hi All, I'm communicating with hardware that sends different response according to the commands that I send (character). While its case sensitive, in order to determine the response I firstly need to understand if it's upper case or lower case. how can I check the case of the command and response ? Thank you. Quote Link to comment
Michael Aivaliotis Posted January 27, 2004 Report Share Posted January 27, 2004 You can use the "lexical class" function on the comparison pallette. Be carefull, this operates on only the first character so you need to parse through each character. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.