Daern Sorcerer
Joined: 15 Apr 2011 Posts: 809
|
Posted: Wed Feb 15, 2012 12:23 am
[3.34 BUG] %countlist with commas in string list items |
For some reason, %countlist is stripping everything after a comma in string list items. Simple test:
Code: |
$test = {"1"|"2"|"1,2"}
#show %countlist($test)
Expected result: 1=1|2=1|1,2=1
Actual result: 1=2|2=1 |
|
|