Actions
Bug #3487
closedBrackets inside $group
Start date:
06/08/2017
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Regression:
No
Description
Hello,
As you had some improvements about brackets in latest beta i check and saw that there is an issue between $group() and brackets, that maybe didn't fixed at all but just to be sure i report it.
(as #wmm group exists)
E.g: $group(# [ $+ [ wmm ] ]).fname = $null
- Thanks!
Updated by Per Amundsen over 7 years ago
- Status changed from New to Duplicate
- Operative System changed from Windows 10 to All
As I have explained numerous times, as recently as a few weeks ago, brackets inside identifiers only works if surrounded by white-spaces, $group(# [ $+ [ wmm ] ] ).fname = $null should work,
Actions