Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/2037-standardlibrary-generic-cstack-cstackremove.md
T
2026-06-23 21:47:51 +08:00

287 B

Remove

Removes the first occurrence of the specified element from a stack.

bool Remove(
   T  item     // the element value
   );

Parameters

item

[in] The value of the element to be deleted.

Return Value

Returns true on successful, or false otherwise.