#DOCUMENTATION by exept
authorClaus Gittinger <cg@exept.de>
Sun, 15 Dec 2019 01:40:31 +0100
changeset 25122 a7acd17d012a
parent 25121 d3591d0375df
child 25123 089c9089e511
#DOCUMENTATION by exept class: Number comment/format in: #printfPrintString:
Number.st
--- 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"