NEST HelpDesk | Command Index | NEST Quick Reference |
size - Returns the size of an array/string.Synopsis:
array size -> n arrayExamples:
string size -> n string
[1 2] size -> 2 [1 2]Description:
(hello) size -> 5 (hello)
Returns the number of elements (similar to length) ofAuthor:
an object and additionally the object itself.
docu by Sirko StraubeSeeAlso: Source:
/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