INPUT doesn't accept ALT+numpad input yet.

by Dav (no login)

Testing my patcher program, I notice extended ascii chraters (inputed the normal ALT+numpad way) aren't accepted by QB64, like Qbasic does....

example:

input "Type ALT+234: " , a$
print a$, asc(a$)

- Dav

Posted on Mar 23, 2008, 2:23 PM
from IP address 75.181.132.39

Respond to this message   

Return to Index


Response TitleAuthor and Date
RE: INPUT doesn't accept ALT+numpad input yet. on Mar 23
 *ALT+numpad charcter input has been implemented for Demo #7 on Apr 5