goilaswati
Programmer
sir
i want to print a no. of blank spaces after a word
and then again a word
sir i take a text box
and the value of this text box(which is a string) i take
into a string type variable a like
a=len(text1.text)
then
another string type variable b
b=12-a
because i want b no. of spaces after a
if i print a & b then it will display
string a then value of b(like 10 or 8)
but i want b no. of spaces after a then again any word.
then plz tell me the correct syntax.
swati
i want to print a no. of blank spaces after a word
and then again a word
sir i take a text box
and the value of this text box(which is a string) i take
into a string type variable a like
a=len(text1.text)
then
another string type variable b
b=12-a
because i want b no. of spaces after a
if i print a & b then it will display
string a then value of b(like 10 or 8)
but i want b no. of spaces after a then again any word.
then plz tell me the correct syntax.
swati