List in base 16
- To: mathgroup at smc.vnet.net
 - Subject: [mg40163] List in base 16
 - From: Steve Gray <stevebg at adelphia.net>
 - Date: Mon, 24 Mar 2003 04:28:40 -0500 (EST)
 - Sender: owner-wri-mathgroup at wolfram.com
 
	BaseForm uses lower case letters and prints the subscript 16
after each number. Is there a way to print a list whose elements are
integers 0 through 15 using 0,1,...,9,A,B,C,D,E,F without the
subscript 16? E.g. {8,13,11,3} should appear as {8,D,B,3}.
	Help will be appreciated. Thank you.
- Follow-Ups:
- Re:  List in base 16
- From: Dr Bob <drbob@bigfoot.com>
 
 
 - Re:  List in base 16