Variable Value Object


Recommended Posts

When entering a value under the Caption property of the Variable Value object, the Caption text has a colon appended to the end of the text when displayed.

Question...Is there a way to remove/change the symbol that is appended to the end of the caption text?

Thanks...John

Link to comment
Share on other sites

No, but if you simply not specify a caption, it won't display a colon, so you add the caption into the expression. So let's say you were displaying Input[0] to 2 decimal places, and want a "~" instead of ":" you'd put something like:

"my caption~" + format("%.2f", Input[0])

You could also just use two controls...

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.