|
-
Sep 8th, 2008, 08:33 PM
#1
Thread Starter
Member
keycodes
Is there anyway to convert keycodes into their equivelents such as "end"
Right now I just use a function like this:
pub function x(y as z)
select case y
case "a case for all special ones"
case else
x = chr(y)
end select
end function
But I was just wondering if there was a quicker, more efficient way of doing this.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|