Hi all,
The small application uploaded shows what seems to be a diff between QV version 11.0 and version 11.2.
The script is just two rows
set example_text = WildMatch(%comp,'*java*','*js*');
Let result_text = '$(example_text)' & '=0';
On 11.0 systems that results in result_text being
WildMatch(%comp,''*java*'',''*js*'')
while on 11.2 result_text is
WildMatch(%comp,'*java*','*js*')
/Andy