Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Tab() special behaviour in Console?
#2
I find the whole thing a bit confusing, but of course you have to take the longer line of text into account when using a TAB key; otherwise I wouldn't know how it's supposed to work.

Code: (Select All)

$Console:Only
_Dest _Console

zipfile$ = "TestingFile.zip"
datetab = Len(zipfile$) + 4 ' v1.2
Print zipfile$; "<<"
Print Len(zipfile$)
Print datetab
' ~~~~~
Print Tab(datetab); "hoi"; Tab(7); "test"
Print Tab(datetab); "hoihoi"; Tab(4); "test"

[Image: zaadstra-2025-11-30-011212.jpg]
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 Kernelpanic - 11-30-2025, 12:13 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Print strings with accents and special chars Ikerkaz 8 678 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,758 08-27-2025, 09:47 AM
Last Post: Herve
  console only OR screen only mdijkens 2 859 09-04-2024, 09:34 PM
Last Post: mdijkens

Forum Jump:


Users browsing this thread: