Results 1 to 32 of 32

Thread: twinbasic bug report,vb7 replace vb6,Creative ideas and suggestions

Threaded View

  1. #11
    PowerPoster
    Join Date
    Jul 2010
    Location
    NYC
    Posts
    7,667

    Re: twinbasic bug report,vb7 replace vb6,Creative ideas and suggestions

    Btw your request 13 is already supported. The Open statement for file io supports additional syntax to specify encoding.
    https://github.com/twinbasic/documen...ns-for-file-io

    Code:
    Open "C:\MyFile.txt" For Input Encoding utf-8 As #1
    No idea where you got 14... All of those things can be done. If you've made changes you have to save before editing the filesystem with rename etc.

    Also, use all the Chinese names you want. Unicode is supported everywhere. You can even name your functions and variables any Unicode code point. This is how extreme it can go:



    Yes, that's really working code in tB lol
    Chinese is no problem after that.
    Last edited by fafalone; Jan 9th, 2025 at 09:22 AM.

Posting Permissions

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



Click Here to Expand Forum to Full Width