| NEST HelpDesk | Command Index | NEST Quick Reference |
| Name: | insertelement - insert an element to a container at a specific position | ||
| Synopsis: | (string1) n c insertelement -> (string2)
Inserts the character c into string1, starting at position n.
[array1] n any insertelement -> [array3]
Inserts element any into array1, starting at
position n
| ||
| Examples: | (hello) 3 44 insertelement -> (hel,lo) [1 2 3] 1 (hello) insertelement -> [1 (hello) 2 3] | ||
| Source: | /home/abuild/rpmbuild/BUILD/nest-2.4.1/sli/slidata.cc |
| NEST HelpDesk | Command Index | NEST Quick Reference |
© 2000-2010 The NEST Initiative