Results 1 to 4 of 4

Thread: Online Help

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Member DirectuX's Avatar
    Join Date
    Oct 2018
    Location
    France
    Posts
    417
    Rep Power
    55

    Online Help

    Hi,

    there is a link which leads to an error page:

    here https://www.thinbasic.com/public/pro...chine_code.htm

    and here too : https://www.thinbasic.com/public/pro...tml?oxygen.htm

    also, here https://www.thinbasic.com/public/pro...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/pro..._class_add.htm
    I landed on this last page from here:https://www.thinbasic.com/public/pro...ml?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
    
    Last edited by DirectuX; 03-11-2018 at 20:26.
    ThinBasic 1.11.6.0 ALPHA - Windows 8.1 x64

Similar Threads

  1. Online Quantum Computer from IBM
    By primo in forum Shout Box Area
    Replies: 1
    Last Post: 26-09-2019, 14:57
  2. ThinBasic online help's TCP example
    By DirectuX in forum Tcp/Udp module
    Replies: 1
    Last Post: 24-10-2018, 22:02
  3. Online-help: Where are the modules?
    By ReneMiner in forum Fixed or cleared errors in help material
    Replies: 5
    Last Post: 29-12-2015, 12:54
  4. Online Game development mag
    By Michael Hartlef in forum General
    Replies: 3
    Last Post: 08-08-2007, 09:01
  5. TAB tutorial online
    By catventure in forum T.A.B. (ThinBasic Adventure Builder)
    Replies: 3
    Last Post: 14-10-2006, 21:45

Members who have read this thread: 0

There are no members to list at the moment.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •