
Student Support Forum > General > > "Module Not Happy"
| Original Message (ID '123891') By Nasser M. Abbasi: |
| nodes={}
funcNodeTest2[] :=
Module[{i}, For[i = 1, i < 5, Append[nodes, a]; i++]; nodes]
---------------------------
change Append with AppendTo
|
|
| | | |
 | |
|