Ascend Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: (ASCEND) Re: ASCII codes




You can use the control codes fine.  

a=1 b=2 ...

ctrl-d		= printf("%c", 0x04);  or perl : print(sprintf("%c\n", 0x04))
down arrow	= 0x14
up arrow	= 0x21
right arrow	= 0x06
left arrow	= 0x02



---
Cliff Daniel,             "For Sale: Parachute. Only used once, never
                           opened, small stain."



++ Ascend Users Mailing List ++
To unsubscribe:	send unsubscribe to ascend-users-request@bungi.com
To get FAQ'd:	<http://www.nealis.net/ascend/faq>


References: