Hi to all.
I have a simple question about arrays. How can I add a value to an array?
This is my situation:
I have this array (1,2,3) and I want to add number 5. Which function should I use to have this array (1,2,3,5) as result?
Thanks a lot!!!
Ligraci