NEST HelpDesk | Command Index | NEST Quick Reference |
append - Append an object to a string or array.Synopsis:
(string) int append -> stringExamples:
[array] obj append -> array
(hello) 44 append -> (hello,) (44 is ASCII value for ,)SeeAlso: Source:
[1 2 3] (hello) append -> [1 2 3 (hello)]
[1 2 3] 44 append -> [1 2 3 44]
Author: docu by Sirko Straube, Marc-Oliver Gewaltig
/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