[Gambas-user] Some suggestion
Rob
sourceforge-raindog2 at ...94...
Sat Dec 2 23:07:25 CET 2006
On Saturday 02 December 2006 20:02, jum wrote:
> 1. Array[].pop can have optional argument, so when we type
> array.pop(3) then it functioning like array.remove(3) but it
> returns the removed content.
I can't speak to the other suggestions, but Pop() is really meant
to emulate stack operations. I could see having Remove() return
the value that it removes from the array, though.
Rob
More information about the User
mailing list