Number.st
changeset 25122 a7acd17d012a
parent 25086 64b5d6493613
child 25144 03ca574d45c2
--- a/Number.st	Fri Dec 13 21:34:21 2019 +0100
+++ b/Number.st	Sun Dec 15 01:40:31 2019 +0100
@@ -985,6 +985,7 @@
     "Modified (comment): / 08-06-2017 / 13:58:36 / mawalch"
 ! !
 
+
 !Number class methodsFor:'constants'!
 
 e
@@ -1395,6 +1396,7 @@
     "Modified: / 25-07-2017 / 15:58:46 / cg"
 ! !
 
+
 !Number methodsFor:'coercing & converting'!
 
 i
@@ -2628,6 +2630,7 @@
      2.0 asQDouble printfPrintString:'%10f'
      2.0 asQDouble printfPrintString:'%10.8f'
      2.0 printfPrintString:'%10.8f'
+     12345 printfPrintString:'0x%06x' 
     "
 
     "Created: / 22-06-2017 / 13:55:22 / cg"