![]() |
|
|
|
|
1
11th October 09:09
External User
Posts: 1
|
Hi all,
I've been playing around with d2c now for a while, and discovered the following issue: The output of format-out("%04d\n", 9); is not "0009" as I had expected, but " 9" (three spaces and then '9'). According to the DRM "these format directives are designed for compatibility with C's printf, with some omissions and with the addition of %=." ( https://gauss.gwydiondylan.org/books...l#MARKER-2-953 ) The DRM isn't more specific concerning this topic. Is this a intentional omission, just not working at the moment, or is it me that made something wrong? Thank You, Stefan |
|
|
|