Add a number to a list

Hi,
i have list sequence like 1,2,3…
i want to add 99 to every number.

the new list sloudld be 100,101…
can any one help me.
thank you in advance

what have you tried ?

the ‘add’ (+) node is the most obvious…

Yes, i tried but its adding as 199, 299…

as what @Andrew_Hannell suggested…

I think your sequence (1…n…1) is treated as strings, try using String.ToNumber node before you start addition.
You can always check object type, with DSCore.Object.Type node.

yes, its taking as strings, its resolved

Thank You.

Please mark as Solution. TY :wink: