good programmers
I have a problem, I want to classify the data of various arrays, this is the example, the variables are changing
var dog = “dog”
var cat = “cat”
var fish = “fish”
array of string setString = {dog, cat, fish}
horse var = “horse”
var pig = “pig”
var falcon = “”
array of string set2 = {horse, pig, falcon}
I want to detect which array is complete and store it in a different variable, in the same way with those that are incomplete save them in another variable
I don’t want the arrays to be repeated when saving them in the variables
these arrays will pass continuously through a for each
I hope you can help me
this is an example, this is an example, but it doesn’t come out
2 posts - 2 participants