Default values into INPUT list

Hello everyone!
i am probably asking something stupid but i would like to know if someone know how to set default input values on a list.
i created a node with Height and Width INPUTS but actually i would like to have a INPUT list = {Height, Width} but with a default value for each one.
Height: var=10;
Width: var=10;
Any suggestions?
Thanks

You’re almost there, try:
Height=10:var
Width=10:var

mmmmm
now its like that

i would like to have something like that


and this solution is not working.
Thanks!
Elisabetta

Declare a list and it should work (ps, just realised the syntax in my previous post was mixed up !)

many thanks it works!!! :slight_smile: thankkk you!