Hi am trying to concat two string, which is working fine,
I need a help to set a default length for the string.
Eg:
If i Concat “1234”& “123”, am getting a result as “1234123”,
my expected output is “12341 23”. the 1st string should have a length of 10, if the string length is lesser than that is should replaced with space, is it possible?