Skip to content
Advertisement

How do you take output from print() and put it into a set of variables, one in each?

I want to save the output of the line print(LettersUpC[CodeNum]) into a variable outside, but have it be a different variable each time. How can I accomplish this?

JavaScript

Advertisement

Answer

this is a modified version that will work.

JavaScript
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement