PDA

View Full Version : Advanced Number Base Represention Syntax


garyscott
02-16-2004, 08:51 PM
MS FPS provided (and CVF implemented) support for additional number bases using a <base>#<value> representation. This is the only MS extension that I would ever request, but this is a good one that I make extensive use of. Please consider implementing this. This allows bases from 2 through 36 to be used. For example, a 16 bit hex number might be represented as #FFFF or 16#FFFF.

Thanks