Re: Tab has 8 spaces .... can it be more or less ? If so HOW? Please !

new topic     » goto parent     » topic index » view thread      » older message » newer message

Les Rogers wrote:
> 
> 
> Hi ,
> 
>       Nuisance again.
>        But if you do not ask you do not learn ???
> 
> program below :- 
> 
> 
> include get.e
> atom w
> 
> puts(1,"HiThere")
> 
> puts(1,"\n\t")
> 
> puts(1,"HiThere")
> 
> w=wait_key()
> 
> .............. output is 
> 
> HiThere
>         HiThere
> 
> QUESTION :->           Can I make output 
> 
> 
> HiThere
>    HiThere ....... or ?? anything I want to make it ?
> 
> 
> It has me stumped in a programme that 
> I would like to the above 2nd output !!
> 
> cheers,
> les.r.

position(1,8)
puts(1,"HiThere")

position(3,4)
puts(1,"HiThere")

position(5,16)
puts(1,"HiThere")


Don Cole

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu