Could anyone say how to specify format specifier to obtain the following output
input : "Hello"
output: "----------Hello----------"
if I give "%010s" the output was as below
"00000Hello"
But I need "-" in the place of "0"
Thanks,
Sujin
input : "Hello"
output: "----------Hello----------"
if I give "%010s" the output was as below
"00000Hello"
But I need "-" in the place of "0"
Thanks,
Sujin