Hello,
I have a pretty basic problem, I have an API call that gets me a list of numbers.
I want to multiply every number with 100.
How can I do that?
Hello,
I have a pretty basic problem, I have an API call that gets me a list of numbers.
I want to multiply every number with 100.
How can I do that?
[list of numbers]:format as text
, inside the window do This number * 100,
make the delimiter ,
then close out of the window, do :split by ,
then :each item:converted to number
Thank you, I didn’t know I could convert a text to a number.