[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][gambas/gambas][master] The array 'Pull()' method now does not take a starting position anymore....



Benoît Minisini pushed to branch master at Gambas / gambas


Commits:
ab0ad60d by Benoît Minisini at 2026-02-15T21:58:21+01:00
The array 'Pull()' method now does not take a starting position anymore. Instead it takes a boolean argument that tells to remove all matching elements, and not just the first one.

[INTERPRETER]
* NEW: The array 'Pull()' method now does not take a starting position anymore.
* NEW: Instead 'Array.Pull()' takes a boolean argument that tells to remove all matching elements, and not just the first one.

- - - - -


1 changed file:

- main/gbx/gbx_c_array.c


View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ab0ad60d03a3981e84c2f941783bfa819475d515

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ab0ad60d03a3981e84c2f941783bfa819475d515
You're receiving this email because of your account on gitlab.com.