Cons (String) issue

I am using Cons (String) in order to make one single string of 6 values “i got 6 inputs”. my inputs constantly change but mostly they remain zeros. In which case the Cons (String) button removes them from my final output, that’s something i’m trying to avoid for the reason that my spread length is essential to me. i want my output to return a spread list of six, even if my inputs are zeros. what do i do?

sorry I’m very new to this!
Thanks in advance :)

you probably mean NIL.
use avoidNIL node on each input before connecting to the cons.

you’re right and thank you :) you guys are awesome!!!