I used languages like bat, Basic, C to make this thing.
Set %qu%, %wei% as variables.
Set %wei% to 0x40.
:set
Display "Which area to display? "
Set %qu% to the input hexadecimal number.
If %qu% is greater than or equal to 0x81, go to print; else, go to error.
:error
Error!
Go to set.
:print
Display "%qu%%wei%"
Note: The above is the character corresponding to the area, not hexadecimal.
Set %wei% to %wei% + 1.
If %wei% is equal to 0xFF, exit; else, go to print.
This is just my little idea...
Thanks!
Sample Text

[ Last edited by diaowinner on 2019-5-2 at 12:42 ]
Set %qu%, %wei% as variables.
Set %wei% to 0x40.
:set
Display "Which area to display? "
Set %qu% to the input hexadecimal number.
If %qu% is greater than or equal to 0x81, go to print; else, go to error.
:error
Error!
Go to set.
Display "%qu%%wei%"
Note: The above is the character corresponding to the area, not hexadecimal.
Set %wei% to %wei% + 1.
If %wei% is equal to 0xFF, exit; else, go to print.
This is just my little idea...
Thanks!
Sample Text

[ Last edited by diaowinner on 2019-5-2 at 12:42 ]
