Short and hopefuly simple
How do i added to an array on the run
For example
Array := [a,b,d,e]
and i want to add c, so how can i do that?
THanks for your time and help
E: takes and secound question
would this work?
To take the B out?Simba Code:Array := [a,b,c,d]
Array := Array - Array[2]
Thanks again






Reply With Quote






