hello @Chap_Chap
ClientID + “-” + ClientName + “-” + ClientCountry
there is space with every variable remove each space between them or
in_hash.replace(" “,”")
use like this
ClientID+“-”+ClientName+“-”+ClientCountry
Thanks
hello @Chap_Chap
ClientID + “-” + ClientName + “-” + ClientCountry
there is space with every variable remove each space between them or
in_hash.replace(" “,”")
use like this
ClientID+“-”+ClientName+“-”+ClientCountry
Thanks