Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Tab() special behaviour in Console?
#3
are you actually complaining tab() produces spaces?

you do not want it to produce a single character!  some programmers do not want a single "\t" character produced from it!

this is because usually this is interpreted as eight spaces.  in a single "character."  this is a lot for people.  who like to write deeply nested loops.  or python programmers.  i'm not sure if the python interpreter.  accepts tab characters.  for required indentation in function bodies and such.  but must have at least one space.  in front of each line.  which is the function body.

btw there's no need for _dest _console if you already have $console:only. unless you create a graphics screen. that is hidden but being worked on. you then need _dest _console. before you use print. otherwise the printing is not show.
Reply


Messages In This Thread
Tab() special behaviour in Console? - by zaadstra - 11-29-2025, 11:30 AM
RE: Tab() special behaviour in Console? - by hsiangch_ong - 11-30-2025, 12:40 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Print strings with accents and special chars Ikerkaz 8 668 12-20-2025, 09:28 PM
Last Post: TempodiBasic
  Make IDE $Console:Only output readably large dakra137 1 523 10-10-2025, 12:21 PM
Last Post: hsiangch_ong
  keyboard issue ? SHIFT + TAB not detected (linux) Herve 13 1,756 08-27-2025, 09:47 AM
Last Post: Herve
  console only OR screen only mdijkens 2 857 09-04-2024, 09:34 PM
Last Post: mdijkens

Forum Jump:


Users browsing this thread: 1 Guest(s)