 |
GeneralStonewall Magician
Joined: 02 Feb 2004 Posts: 364 Location: USA
|
Posted: Thu Jul 01, 2010 11:31 am
[3.21] BUG?: %max no longer accepts lists. |
The function %max used to accept a string list as an argument, but now simply returns the list.
code:
Code: |
testvar = {1|2|3}
#print %max(@testvar) |
output:
Though, feeding it a literal string works:
code:
Code: |
testvar = "1|2|3"
#print %max(@testvar) |
output:
|
|
|
 |
Zugg MASTER

Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Thu Jul 01, 2010 4:08 pm |
Good catch. 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
|
|