In article <51CCD102.9010304 at compsys.to>,
"Jerome H. Fine" <jhfinedp3k at compsys.to> writes:
In fact, TOP should also have THREE characters with
leading
ZEROs as well just in case. I realize that this means repeating
each test again, but assuming that THREE character parameter
values with leading zeros are acceptable, it would make the
programming a lot easier.
Leading zeros are acceptable according to the way ANSI parameter
values are parsed. In fact, *any* number of leading zeros are
allowed.
See pg. 10, section 5.4 Control Sequences of ECMA-48:
<http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-048.pdf>
--
"The Direct3D Graphics Pipeline" free book
<http://tinyurl.com/d3d-pipeline>
The Computer Graphics Museum <http://computergraphicsmuseum.org>
The Terminals Wiki <http://terminals.classiccmp.org>
Legalize Adulthood! (my blog) <http://legalizeadulthood.wordpress.com>