Add {PLUS_NUM} string code which includes leading + for positive values

This commit is contained in:
Jonathan G Rennison
2021-06-14 22:55:26 +01:00
parent 2b8775fb4a
commit 8485ed724b
3 changed files with 11 additions and 0 deletions

View File

@@ -96,6 +96,7 @@ enum StringControlCode {
SCC_DECIMAL,
SCC_DECIMAL1,
SCC_NUM,
SCC_PLUS_NUM,
SCC_ZEROFILL_NUM,
SCC_HEX,
SCC_BYTES,