We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
set
3.0.6389
6.1.7601
Описание по‐русски
The value of the variable assigned when using the text substitute expression in the string is displayed incorrectly. Sample code:
set "_var1=This is the value of the variable1" set "_var2=%_var1:variable1=variable2%"
When requesting the values of variables via the set _var command, the following will be output:
set _var
set _var _var1=This is the value of the variable1 _var2=%_var1:variable1=variable2%
When requesting a value via the echo command, the value will be displayed correctly:
echo
echo %_var1% This is the value of the variable1
echo %_var2% This is the value of the variable2
It should be like in the screenshot of the command line window:
Screenshot of the Far:
The text was updated successfully, but these errors were encountered:
Forum topic has been merged
Sorry, something went wrong.
No branches or pull requests
Far Manager version
3.0.6389
OS version
6.1.7601
Other software
Описание по‐русски
Steps to reproduce
The value of the variable assigned when using the text substitute expression in the string is displayed incorrectly.
Sample code:
When requesting the values of variables via the
set _var
command, the following will be output:When requesting a value via the
echo
command, the value will be displayed correctly:Expected behavior
It should be like in the screenshot of the command line window:
Actual behavior
Screenshot of the Far:
The text was updated successfully, but these errors were encountered: