Actions
Bug #1299
open[] evaluation brackets doesn't work correctly in $identifiers()
Start date:
05/20/2014
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Regression:
No
Description
Currently, evaluation brackets, i.e. [], doesn't work as expected under AdiIRC.
Following was observed:
mIRC/AdiIRC
/set %var test
//echo -ag %var -> test/test
//echo -ag %va [ $+ [ r ] ] -> test/test
//echo -ag $(%var) -> test/test
//echo -ag $(%va [ $+ [ r ] ]) -> test/Error: missing ')' in $
//echo -ag $( %va [ $+ [ r ] ] ) -> test/insufficient parameters
//echo -ag $( %v [ $+ [ ar ] ] ) -> test/r
Updated by Per Amundsen over 7 years ago
- Status changed from New to Assigned
- Priority changed from Low to Normal
A little update, brackets was improved a lot in 2.8, the only case which doesn't work now is: //echo -ag $(%va [ $+ [ r ] ])
This is the final boss which I will be working on soon.
Actions