Extra 0 in set>comment
Hi folks,
I have a simple (set 1.1 k) message going to a [comment], but comment is displaying 1.10 k and I don't want that extra 0 in there. I think it's something regexp can solve, but I'm not sure how. Can anyone assist?
Thanks in advance.
Max Patch
Copy patch and select New From Clipboard in Max.
set is treating the text as two separate items - a floating point number and a symbol. To have it passed as a single symbol just put it in double quotes:

or at least put the number in quotes, then it is a symbol.