The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
Say I have a loop, and each time I want to add an element to an array, I do something like this:
(@array)=$string;
But when i do that it simply returns with the last value I assigned to the array.
Any ideas?
push(@array,$string);
Say I have a loop, and each time I want to add an element to an array, I do something like this:
(@array)=$string;
But when i do that it simply returns with the last value I assigned to the array.
Any ideas?