|
@@ -253,6 +253,7 @@ begin
|
|
bcd:=strtobcd('0');
|
|
bcd:=strtobcd('0');
|
|
testFormatBCD('0;;0',bcd, '0');
|
|
testFormatBCD('0;;0',bcd, '0');
|
|
testFormatBCD('0;;#',bcd, '');
|
|
testFormatBCD('0;;#',bcd, '');
|
|
|
|
+ testFormatBCD('0;;0.#',bcd, '0');
|
|
testFormatBCD('0;;0.00',bcd, '0.00');
|
|
testFormatBCD('0;;0.00',bcd, '0.00');
|
|
|
|
|
|
// test StrToBCD:
|
|
// test StrToBCD:
|