|
wrym Magician
Joined: 06 Jul 2007 Posts: 349 Location: The big palace, My own lil world
|
Posted: Wed Jun 16, 2010 1:11 pm
%item causing AV error |
Code: |
<alias name="testc" id="4">
<value>#print %item(@testlist, 0)</value>
</alias>
<var name="testlist" type="StringList" usedef="true" id="5">
<json>[]</json>
</var> |
running the testc alias causes an AV error, at address 03A53121 read of address 00000020
changing the variable type type to Autotype or DBrecord and this error goes away
also interesting is if you #print %item(@testlist, 1 ) yo udon't get an error |
|
_________________ "To the engineer, all matter in the universe can be placed into one of two categories: (1) things that need to be fixed, and (2) things that will need to be fixed after you've had a few minutes to play with them" - Scott Adams, The Dilbert Principle |
|
|
|
wrym Magician
Joined: 06 Jul 2007 Posts: 349 Location: The big palace, My own lil world
|
Posted: Wed Jun 16, 2010 1:15 pm |
forgot to mention, not present in 3.17 or 3.18d
|
|
_________________ "To the engineer, all matter in the universe can be placed into one of two categories: (1) things that need to be fixed, and (2) things that will need to be fixed after you've had a few minutes to play with them" - Scott Adams, The Dilbert Principle |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Wed Jun 16, 2010 4:48 pm |
Confirmed and added to bug list.
|
|
|
|
|
|