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:
/opt/conda/conda-bld/nest_1510212701067/work/nest-2.14.0/sli/slidata.cc
NEST HelpDesk | Command Index | NEST Quick Reference |
© 2004 The NEST Initiative