Hello,
I need to add Chr(32). Multiple time after a text. until i reach position/ Col 25.
Example:
Leaf---------------green
How do i do this with textwriter?
I have tried with substring but it doesnt do the trick
Hope someone can help me.
Regards,
Ray
I need to add Chr(32). Multiple time after a text. until i reach position/ Col 25.
Example:
Leaf---------------green
How do i do this with textwriter?
B4X:
TextWriter1.WriteLine("Leaf" & Chr(32) "Repeat Chr(32) untill i reach col 25 or positon 25" & "Green")
I have tried with substring but it doesnt do the trick
Hope someone can help me.
Regards,
Ray