DirectuX
03-11-2018, 19:32
Hi,
there is a link which leads to an error page:
here https://www.thinbasic.com/public/products/thinBasic/help/html/index.html?machine_code.htm
and here too : https://www.thinbasic.com/public/products/thinBasic/help/html/index.html?oxygen.htm
also, here https://www.thinbasic.com/public/products/thinBasic/help/html/index.html?thinbundle.htm it is said that : "After execution, all extracted files will be deleted." Do the files remain on the disk if there is an execution error or if the program is terminated by the user ?
and this page and following are blank : https://www.thinbasic.com/public/products/thinBasic/help/html/thinbasic_class_add.htm
I landed on this last page from here:https://www.thinbasic.com/public/products/thinBasic/help/html/index.html?classes.htm and wanted to know if it's still thinBasic script and what use one may do of it.
and, for reference, there is no entry in the manual for the 'TO' keyword
'---Load Console Module
Uses "Console"
dim myString as String
myString = chr$(ASC("A") to asc("Z"))
PrintL ("Displaying characters from A to Z...")
PrintL (myString)
Printl("")
PrintL "Press a key to end program"
'---Wait for a key press
WaitKey
there is a link which leads to an error page:
here https://www.thinbasic.com/public/products/thinBasic/help/html/index.html?machine_code.htm
and here too : https://www.thinbasic.com/public/products/thinBasic/help/html/index.html?oxygen.htm
also, here https://www.thinbasic.com/public/products/thinBasic/help/html/index.html?thinbundle.htm it is said that : "After execution, all extracted files will be deleted." Do the files remain on the disk if there is an execution error or if the program is terminated by the user ?
and this page and following are blank : https://www.thinbasic.com/public/products/thinBasic/help/html/thinbasic_class_add.htm
I landed on this last page from here:https://www.thinbasic.com/public/products/thinBasic/help/html/index.html?classes.htm and wanted to know if it's still thinBasic script and what use one may do of it.
and, for reference, there is no entry in the manual for the 'TO' keyword
'---Load Console Module
Uses "Console"
dim myString as String
myString = chr$(ASC("A") to asc("Z"))
PrintL ("Displaying characters from A to Z...")
PrintL (myString)
Printl("")
PrintL "Press a key to end program"
'---Wait for a key press
WaitKey