I have created a while-loop in which temporary strings are created (string is updated everytime that loop performs). How can I create an array out of these temporary strings?
I have created a while-loop in which temporary strings are created (string is updated
Share
It sounds like you’re looking for something like this: