After put this phrase clientID+“-”+ClientName+“-”+ClientCountry (in_hash argument), its coming failed also in result, so maybe if i delete one space before clientID in Hash1 page its coming correct how i can delete this space.
regards,
After put this phrase clientID+“-”+ClientName+“-”+ClientCountry (in_hash argument), its coming failed also in result, so maybe if i delete one space before clientID in Hash1 page its coming correct how i can delete this space.
regards,
Use trim
String.trim removes all the spaces before and after.
Mark as solution if found useful ![]()
Regards
Roshan
how i can put it in the phrase i try but not acceptable.
(clientID+“-”+ClientName+“-”+ClientCountry) this the value of in_hash argument.
![]()
Regards,
Hi Ahmed
(clientID.Trim+“-”+ClientName.Trim+“-”+ClientCountry.Trim) use this way.
If it’s working then mark it as solution
.
Regards,
Aditya
(clientID.Trim+“-”+ClientName.Trim+“-”+ClientCountry.Trim)
Regards
Muhammed Roshan Mk
(clientID+“-”+ClientName+“-”+ClientCountry).Trim
Is the best and easy practice ![]()
Regards
Roshan
Thanks a lot.
Finally i passed.
![]()
Congratulations bro ![]()
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.