Drawing notes and parameters
i have a parameter, NB, integer for the number of clamping bolts.
in the drawing i have a callout note on the top view that i want it to say 4x M16x30.
the problem is that i cannot make it without a space between x and the param: &NB:9 x M16x30.
if the param is a real number, i can do it like this and it works: &NB:9[.0]x M16x30 without the space.
Is there any way of doing that for an int?
i've tried the upper approach and it of course doesn't work. I've also tried to enclose it in curly brackets {&NB:9}x and it also doesn't work (it shows the brackets in the notes).

