Just some crashes and bugs fixed, recommend everyone move up as the changes are very low risk.
Hi,
I have installed this new version and opened up a code I have done with the version 21300 and I’ve discover a strange behavior.
( see the attachment for comprehension )
The code is simple.
the python code make a backup of the DAT ‘urn_me’ in the DAT ‘analyseArray’
and
fill the DAT ‘indexKeeper’ with the index of the row he is adding. ( so row0 has the value 0, row1 has the value 1 ,row2 has the value 2 etc… )
Now if you trigger (pulse) : T_WITHOUT_NUMROWS you will get an error saying : row index out of range
If you trigger (pulse) : T_WITH_NUMROWS you wont get any error and the only line I’ve added was a ‘print’ that retreive the numRows of the array that got an error.
Another exemple : If I use the numRows of the DAT ‘urn_me’ in the ‘For loop’ instead of the numRows of the DAT ‘analyseArray’ I will get the same : row index out of range for the line 10.
It seems like I can’t modify a specific row index if I don’t verify the numRows of the array before calling it.
numRows_problem.2.toe (4.28 KB)
Hey Dage,
Please post bugs to the Bugs forum so we can keep better track of them. Thanks for the post.
Done
you can find it here :
viewtopic.php?f=12&t=6526