I used to be pretty good with BASIC on my Commodore 64, but haven’t built on that much since people stopped wearing onions on their belts.
I have an array of strings. I need to manipulate those strings and i’d like to make a new array of the modified strings for other things…and i can’t figure out what I’m doing wrong.
Alternatively, is there a way of running string functions on the items in an array without iterating it first? Claude tells me there is with the map function, but I get that to work either.
So…
I’m pulling data from an api (the ‘cpcclassificationBag’)
and process the strings. I’d like to put those new strings into an array to get rid of duplicates and do some other array stuff. So i grab the aggregator module
and it kinda looks like it worked, but when I look at the array in google sheets
I see the new array’s items each have added information

Please point me in the right direction.