Actions
Bug #4162
closed
    W(
    PA
  
/filer [infile] parameter doesn't work with quotes
    Bug #4162:
    /filer [infile] parameter doesn't work with quotes
  
Start date:
10/17/2018
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Regression:
No
Description
Hello,
There is a bug, when i use /filter -og and for outfile path i use $qt(PATH) to specify the long version path of the file
it returns an error and is not working.
Example Code:
dialog -l test_2 {
  title "TEST" 
  size -1 -1 127 55
  option dbu
  list 1, 2 3 123 50, size vsbar multsel extsel
}
ON *:DIALOG:test_2:init:*: { filter -og $qt($adiirctest.ini) $dname 1 ^\[[^\]]+\]$ }
alias test_2 { dialog -md test_2 test_2 }
	- Thanks!
Actions