Actions
Bug #3606
closed$clias(N) via //echo returns incorrect value on editbox
Start date:
07/23/2017
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Regression:
No
Description
Hello,
There is an issue if you execute "//echo -a IS: $calias(1)" on editbox it repling back the command that you enter, as it should return $null.
- Thanks!
Updated by Per Amundsen over 7 years ago
- Status changed from New to Rejected
It should return the command you entered, since that is the first point of entry in the stack, each item in the stack is added from top to bottom.
Updated by Per Amundsen over 7 years ago
- Status changed from Rejected to Resolved
It should only return only "echo" not the entire line, I fixed that for next beta.
Actions