AuthorMessage
dzadzuks
Ametuar
Posts: 135

why this is happening:
when i open text file in text box and the text line starts with spaces, its not adding the spaces...
for example:
if i write in txt file:
Code:

     1
         2
            3

Then it opens the file like this:
Code:

1
2
3

So maybe i need to do something different?  :roll:
Meka][Meka
Unstopable
Posts: 700

Quoted from dzadzuks
why this is happening:
when i open text file in text box and the text line starts with spaces, its not adding the spaces...
for example:
if i write in txt file:
Code:

     1
         2
            3

Then it opens the file like this:
Code:

1
2
3

So maybe i need to do something different?  :roll:

are you making a program so u can learn to count?   
dzadzuks
Ametuar
Posts: 135

  no it was just example.. it opens ASCII picture.. but when it opens like that its not picture anymore..  :oops: