Re: TO Pete LOMAX re - tab spacing ........ I'm Lost

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

Les Rogers wrote:
>                Sorry mate .. I can't follow .
> 
>              puts(1,"\t")
>              if routine_id=ExpandTabs() then end if
>              puts(1,"HiThere")
>              w=wait_key()

Ah, I see you are very new to this. Try first this:
puts(1,"HiThere\n")
puts(1,"\tHiThere\n")
puts(1,ExpandTabs("\tHiThere\n"))


After that I think you should go back to reading the manual and figure out, on
your own, how to make it possible instead of coding:
puts(1,ExpandTabs("\tHiThere\n"))

and similar everywhere, you can just write:
Puts1("\tHiThere\n")


There are at least two ways to do this, from the code and hints already given

Regards,
Pete

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

Search



Quick Links

User menu

Not signed in.

Misc Menu