11-30-2025, 12:13 AM
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"

