NEST HelpDesk | Command Index | NEST Quick Reference |
erase - Deletes a subsequece of a string or array.Synopsis:
(string1) a n erase -> (string2)Examples:
[array1] a n erase -> [array2]
Description:
SLI ] [1 2 3 4 5 6] 5 1 erase ==
[1 2 3 4 5]
Parameters:
Erases n elements from the container, starting with element a.
SeeAlso: Source:
a - index of the first element to be removed, starting with 0.
n - number of element to be removed.
/builddir/build/BUILD/nest-simulator-2.16.0/nest-simulator-2.16.0/sli/slidata.cc
NEST HelpDesk | Command Index | NEST Quick Reference |
© 2004 The NEST Initiative