|
adamwalker Apprentice
Joined: 12 Mar 2005 Posts: 195
|
Posted: Mon Nov 13, 2006 9:02 pm
[1.15] Crash on use of %ismember |
Crash on execution of following code in alias
Code: |
#if (!(%ismember( "afflictionONE", @myafflictions)) and !(%ismember( "afflictionTWO", @myafflictions)) and !(%ismember( "afflictionTHREE", @myafflictions))) {
#say Do whatever here
} |
Pritty show stopping bug for me as i use this type of code a lot. syntax checker says its ok.
cutting it right down this also crashes
Code: |
#if !(%ismember( "afflictionONE", @myafflictions)) {
#say Do whatever here
}
|
however this code doesnt crash. notice the absence of the null "!".
Code: |
#if (%ismember( "afflictionONE", myafflictions)) {
#say Do whatever here
} |
|
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Mon Nov 13, 2006 11:22 pm |
Confirmed and added to bug list.
|
|
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|