Append variable value to argument string

Hi team,

I have issue to append dynamic value from a variable to argument value.

How to add a variable value to a argument which is in string format. I have tried in format of - “string”+ var_value + “string” , but it throws some error like inaccessible due to protection level. Scope of variable declared also checked and made to same sequence used.

Kindly help.

Hi,

Kindly use an argument instead of variable for global scope.

Regards,
Amit Anand