Copy & paste IOBox values with highest precision possible

Copy&pasting values from IOBoxes should copy values with the maximum precision the datatype allows, not the displayed value.
copypasteprecision

4 Likes

good one!

but until we fix that, you can either increase the display precision or use the node ToExactString:

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.

showing a different value when editing an iobox to what you see when only viewing it, doesn’t feel right. it should be more like that you define a precision that you want to work with and then this is what editor and viewer show. to speed up setting precision on a float iobox latest 6.7-previews add a new shortcut: ctrl+/- to change precision.

2 Likes