expand() function not working after upgrade to 17.2 version.
It is not processing string containing # character
example:
expand('Test for #expand')
output: Test for d
Reproduced in lab.
- Create expandtest.frg with content:
expandtest (string str) {
printf("Given input str=%s\n",str);
str = expand(str);
printf("expand output=%s\n\n",str);
}
- Then , execute it using below command:
bop_cmd -f expandtest.frg "expandtest('Test for #expand')"
Given input str=Test for #expand
expand output=Test for d
Release : 17.2
Component : SERVICE DESK MANAGER
Defect DE55620.
Product defect would be fixed as per Severity "S3" criteria of the Defect Resolution Process.