I have a table right now that goes something like this:
Is there a way to somehow loop through this table and set anything in the value field, before the = sign to the name of a variable and anything after no matter what it is to the value?
1 = "dogs=2"
2 = "cats=3"
3 = "dogs_and_cats=2 3"
Is there a way to somehow loop through this table and set anything in the value field, before the = sign to the name of a variable and anything after no matter what it is to the value?