Results 1 to 3 of 3

Thread: Which version of thinBasic for SPFLite?

  1. #1

    Which version of thinBasic for SPFLite?

    I am learning thinBasic, first in order to write macros for SPFLite*, and then later to use it for general programming. Which should I focus on first? The console version, or the "Windows" version?

    *SPFLite is a text editor that uses thinBasic as its scripting language

  2. #2
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,814
    Rep Power
    10
    Or both at the same time?

    thinBasic comes with 2 executables:
    • thinBasic.exe
    • thinBasicc.exe


    You can use thinBasic.exe both for scripts with developing Windows or just using a console for output or both at the same time.

    thinBasicc.exe is a pure console and is meant only for those in need to capture standard output and redirect (pipe) to some other process of file

    So if you do not need to redirect any output, just use thinBasic.exe

    IN attached example you can see an example of 3 windows and a console.
    Console is just used to output some events occurring into windows.
    Attached Files Attached Files
    www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
    Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000

  3. #3
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,814
    Rep Power
    10
    Quote Originally Posted by Benjamin View Post
    *SPFLite is a text editor that uses thinBasic as its scripting language
    SPFLite uses thinCore.dll that is the main thinBasic Core Language.
    Plus few of the many thinBasic modules you can have when installing thinBasic alone.
    www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
    Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000

Similar Threads

  1. Concerning the new version of ThinBasic,
    By TBUser54 in forum thinBasic General
    Replies: 1
    Last Post: 14-06-2023, 18:14
  2. Replies: 0
    Last Post: 31-08-2008, 22:07
  3. thinBasic preview version 1.5.0.1
    By ErosOlmi in forum Announcements
    Replies: 37
    Last Post: 06-01-2008, 11:28
  4. Released thinBAsic version 1.0.9.8
    By ErosOlmi in forum Announcements
    Replies: 0
    Last Post: 12-06-2006, 23:53
  5. Released Version 1.0.2.2 of thinBasic
    By ErosOlmi in forum Announcements
    Replies: 0
    Last Post: 30-08-2005, 01:26

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
  •