Hi @aparna30 ,
Could you Check with the below :
"James".Substring(0,2).ToUpper+"Bond".Substring(0,2).ToUpper+"13/04/1968".Substring(0,5).replace("/","")+"Glencoe".Substring(0,2).ToUpper
Replace the hardcoded value with the variables and check.
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.