Share this topic
LinkedIn
Twitter
Copy URL
Is it possible to add a constant to each item in a List such that:
List(1, 4, ๐ + 6 becomes
List(7, 10, 14)
Thank you.
never-displayed