I know how to convert from lowercase to uppercase characters

ord(Key) - ord('a') + ord('A') will return the lowercase of the pressed key
// after making sure that Key is a lowercase character of course

is there any relation where I can return the upper value of the numerical
keys.

For example: if key 2 is pressed, I want to return @, if key 4 is pressed I
want to return $, etc...

Thanks in advance

Vahan



[Non-text portions of this message have been removed]



-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/delphi-en/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to