News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

How to display ASCII character in EditText?

Started by Eric4ever, April 11, 2006, 08:28:59 AM

Previous topic - Next topic

Eric4ever

Plan:
    Input: 48 as Dec or 30 as Hex or 60 as Oct
it Output the ASCII Character: 0(Digital Zero)

How to do it? ::)

Mark Jones

Eric, you've almost answered your own question. :bg

Look here about middle of the page:  http://en.wikipedia.org/wiki/ASCII_table

If you want to print a "0" character, what binary/decimal/hex value is that?
What then, do you have to add to your zero value to get a zero character? :toothy
"To deny our impulses... foolish; to revel in them, chaos." MCJ 2003.08

Eric4ever

Quote from: Mark Jones on April 11, 2006, 04:23:36 PM
Eric, you've almost answered your own question. :bg

Look here about middle of the page:  http://en.wikipedia.org/wiki/ASCII_table

If you want to print a "0" character, what binary/decimal/hex value is that?
What then, do you have to add to your zero value to get a zero character? :toothy

:green  THX