B
Brad
Thanks for taking the time to read my question
I would like add a space to my string x times, where x = an integer.
How can I do that with out using a loop statement?
x=10
eg: "there are 10 spaces between here" & space * x & "here."
Thanks,
Brad
I would like add a space to my string x times, where x = an integer.
How can I do that with out using a loop statement?
x=10
eg: "there are 10 spaces between here" & space * x & "here."
Thanks,
Brad