Add a DECIMAL1 string code, which is DECIMAL with a fixed param of 1.

This commit is contained in:
Jonathan G Rennison
2016-11-25 23:12:23 +00:00
parent fa261207ae
commit f5212b27e4
4 changed files with 9 additions and 0 deletions

View File

@@ -87,6 +87,7 @@ enum StringControlCode {
SCC_STRING,
SCC_COMMA,
SCC_DECIMAL,
SCC_DECIMAL1,
SCC_NUM,
SCC_ZEROFILL_NUM,
SCC_HEX,