Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Converting numbers to strings

I'm having trouble converting a number to a string in Harlowe.
I tried this, but no dice:
(set:$n to 0)
(set:$nstring to $n+"")
If it helps, I got the error "the number 0 isn't the same type of data as the string"
Sign In or Register to comment.