fungus

Open full view…

Integer to String

jdscogin
Sun, 19 Feb 2017 14:33:02 GMT

Should this work? Variables: String "Temp" contains blank. Integer "hold" contains 1. In block: Set Variable Temp {$hold} but it sets the string to {$hold} [Question](//muut.com/u/fungus/s1/:fungus:Qxiu:question.jpg.jpg)

chrisgregan
Mon, 20 Feb 2017 17:04:44 GMT

Hmmm. It probably should, but can't remember if there was a design reason for that. I'll look into it.

chrisgregan
Mon, 20 Feb 2017 21:18:13 GMT

Just pushed a fix for this issue. It's a simple two line change if you want to copy it yourself. https://github.com/snozbot/fungus/commit/47eae05b5a2bbe0608b55d53cf4bdbed17a62985

jdscogin
Tue, 21 Feb 2017 00:21:27 GMT

Great!