How come digits are added when I combine the lists? Are there any way to remove the digits?
Hi, its converting your numbers into strings, which leaves you with a bunch of trailing zeroes.
You could use the ‘number to rounded string’ node from datashapes
1 Like
@Garbage_Collector beat me to it
FYI: The Springs package should also have a node for this.
3 Likes