My question is why codesFormA returns: 1,2,3
And codesFormB returns me: ["1", "2", "3"]
In theory both variables are lists, they should have the same format (referring to quotes and brackets).
What I am looking for is to compare the two lists to know if they have the same codes.