Window definitions were wrapped in
event DefineWindows
begin
window USDClass:5
wtag("language","LIT"), wtag("product","*"), wtag("productcode","*"), wtag("device","computer")
begin
...
end;
end;
Is it possible to use the parameter --skip-register-on-import with multiple registers, either by using a comma-separated string or by specifying this parameter multiple times in parameters.txt?
Thi...