T
Tom
Hello,
I have strings:
my1 = "test"
my2 ="something"
and I need algoritmus for adding so many spaces, to resultant lenght of my
string will be for example 20, so:
result = (my1 + 16 space)
or
result = (my2 + 11 space)
some idea? I came upon only a long solution.
tom
I have strings:
my1 = "test"
my2 ="something"
and I need algoritmus for adding so many spaces, to resultant lenght of my
string will be for example 20, so:
result = (my1 + 16 space)
or
result = (my2 + 11 space)
some idea? I came upon only a long solution.
tom