Search:

User: Jophur; Keyword(s):

Search: Search took 0.00 seconds.

  1. Thread: Rosetta Code

    by Jophur
    Replies
    1
    Views
    2,526

    Rosetta Code

    There is a interesting site called Rosetta Code, as the name implies is focuses on showing the same task solved in different languages.

    This site has today over 200 languages, all from 6502 8-bit...
  2. Replies
    8
    Views
    9,121

    Re: thinBasic at basic.mindteq.com

    Well, PureBasic is the complement to TB for me. Newer really liked PowerBasic, still respect your suggestion but it's not really my taste. I know that Eros wrote TB in PowerBasic, but PureBasic would...
  3. Replies
    8
    Views
    9,121

    Re: thinBasic at basic.mindteq.com

    Nice to see both ThinBasic & PureBasic up and fighting in the top 3!
    I guess that more then me that have these as favorite languages.

    Any chance to see a compiler include in ThinBasic 2?
  4. Replies
    3
    Views
    2,929

    Re: bottle of beer (just for fun)

    Classic! :unguee:

    And maybe a first start presenting ThinBasic at RosettaCode?
  5. Re: A strange way to classify Basic programming languages

    Well it is nice, and also normal for me when I work.

    I work with industrial systems and most DCS/PLC's (ABB, Siemens, Emersson etc) has this function and will do a partial download between two...
  6. Replies
    7
    Views
    6,395

    Re: Download from Cina :)

    Support for asian languages would open a huge new field for ThinBasic. I know the Chinese rather well and having competent programming language that is powerful, easy, fast and most has important...
  7. Replies
    7
    Views
    6,395

    Re: Download from Cina :)

    I have this problem often at home as my wife comes from China.

    WinXP can can name files and folders in Chinese but when trying to open it most programs fails. The Chinese version of XP can handle...
  8. Replies
    5
    Views
    7,830

    Re: Do you know: STATIC variables

    Thank you.

    This is just the kind of feedback that is extremely helpful for beginners in thinBacis like me. I know the problems with allocating and freeing memory in older languages, but it is so...
  9. Replies
    11
    Views
    16,134

    Re: International characters in console windows

    Thank you Eros,

    TrueType was the answer! :D
  10. Replies
    11
    Views
    16,134

    Re: International characters in console windows

    Hi Eros.

    I'm using WinXP SP3, Swedish version.

    this is the printout from your script:

    Code page is now set to: 850
    ---Chars-------------------------------------------------------
    ! " # $ %...
  11. Replies
    11
    Views
    16,134

    Re: International characters in console windows

    I put this together to test all my installed Code pages

    USES "Console"
    For i as DWORD = 0 to 100000
    Console_SetOutputCP(i)
    if i=Console_GetOutputCP() then
    Console_Write("Code page...
  12. Replies
    11
    Views
    16,134

    Re: International characters in console windows

    Thank you Eros.

    I will try this.
  13. Replies
    11
    Views
    16,134

    International characters in console windows

    I have been trying to use local characters in some programs since I stared to use thinBasic some weeks ago. In GUI it works well but I can not find a way to get the correct characters in the Console....
Results 1 to 13 of 13