late late late late late reply but ive been working with this and trying to figure it out
Ok none of this is working
id try making it both ways textvar = "|slt|slt|slt|slt|slt"
and = "|0,slt|1,slt|2,slt|3,slt|4,slt"
when i try this Set value pets to replace(pets, "|" & tokenat(pets, slot, "|"), "|" & slot & "," & newvalue)
in one way it will make everything in the array to the number im changing it to and not just the slot im trying to target
so i will end up with "|2|2|2|2|2|" and not just the slot im targeting savvy?
and with this one replace(pets, "|" & tokenat(pets, slot, "|"), "|" & tokenat(tokenat(pets, slot, "|"), 0, ",") & "," & newvalue)
no matter what numbers i plug in it makes the whole array 0
and can you please reitterate on the addding on the end?
"|4,cow|5,rock"
how exactly do you put it? to just add things on the end?