HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
suppress
Syntax
suppress(Vect(l),Intg(n))
Description
Returns l without the element of index n
Example
suppress([0,1,2,3],2) returns [0,1,3]
suppress — Discussion
↑Back to top