Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português - Русский - 日本語
Scilab Help >> Data Structures > null

null

delete an element in a list

Syntax

l(i)=null()

Description

Deletion of objects inside a list.

Examples

l=list(1,"foo",3);
l(2)=null() // get list(1,3)

See Also

  • list — a Scilab object and a list definition function
  • clear — kills variables
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:27:39 CEST 2016