Skip to main content

Timeline for Confusion about String handling

Current License: CC BY-SA 3.0

6 events
when toggle format what by license comment
Apr 3, 2017 at 10:19 comment added Michel Keijzers I don't have a compiler, but normally it should work like Serial.println("Test time {0}, test_time); where test_time is the variable (not sure if you have to cast it to a string, I don't think so.
Apr 3, 2017 at 10:07 comment added Nils Munch Roger that, but did you see my update about a pure string with an integer in it (no curly brackets), and that still fails. Can I really have no numeric characters in a string ?
Apr 3, 2017 at 10:04 comment added Michel Keijzers {0} is the argument number (I edited the answer).
Apr 3, 2017 at 10:04 history edited Michel Keijzers CC BY-SA 3.0
added 307 characters in body
Apr 3, 2017 at 9:58 comment added Nils Munch I can see why "{0}" would cause weirdness, but the fact that just having a number in it, and it still disappears, really confuses me... i.imgur.com/EzNmxOU.png
Apr 3, 2017 at 9:48 history answered Michel Keijzers CC BY-SA 3.0