Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - AndroPete

Pages: [1]
1
QB64 Discussion / Re: problem read file
« on: December 23, 2019, 03:58:45 am »
Yes, Vince, I'm a androgenic Pete, but I love QB64 too !  :))
And the more I love is coding project with Android AND QB64 (windows)...

2
QB64 Discussion / Re: problem read file
« on: December 22, 2019, 12:58:07 pm »
I didn't know smallbasic...
I use RFO-basic, very powerfull ! Also called "Basic!" very well documented.
You will not found it on play store anymore... because Google doesn't like it. The last release (1.92) is the same that 1.91 but, for been pleased to Google, SMS features have been removed ...

https://bintray.com/rfo-basic/android/RFO-BASIC/v01.91
This release is old (2017) and will not updated... But another coder goes on the show with OliBasic !

I use Olibasic XXIV , very stable.
https://gitlab.com/OliBasic/Main/tree/master/OliBasicXXIV

For editing, I use Notepad++
Here, you will found RFO-BASIC! Launcher (PC) (a special version of Notepad++ for RFO-Basic)
http://mougino.free.fr/rfo-basic/

For compiling source into APK, I use RFO-BASIC! Quick APK (PC) founded in the same page. But if you don't want to compile, no problem, Olibasic can emulate it.

And for help, there is a very cool forum :
https://www.tapatalk.com/groups/rfobasic/

I hope you will be enjoy using it.

3
QB64 Discussion / Re: problem read file
« on: December 22, 2019, 09:49:18 am »
Perfect !
I have ever seen your code in this forum, Petr, but I didnot understand how it works.
With your detailed explanations I understand that and it works !
Thanks a lot for your quick and efficient response.
And thanks for your welcome...

And for Pete : yes I'm a Pete coding also in android...

4
QB64 Discussion / Re: problem read file
« on: December 22, 2019, 07:47:09 am »
Thanks a lot for this answer.
I have try something like that but that's not work for me.
I will try precisely this in few hours and I reply again...

5
QB64 Discussion / problem read file
« on: December 22, 2019, 07:26:49 am »
Hello everybody. I'm new in this forum...

I've got a problem to read a simple file .txt
It's probably because of langage, unicode or something like that, I have tried a lot of that but I didn't found anything...

I've got a file named "ess.txt" with only one line (it's for explaination...). The line it's just :
é

When I read the file, QB64 changes it in another character. In fact, it changes chr$(130) to chr$(233).
Then datas are unusable, of course.

For resolving that, I have changed "Dysplay", "Langage" in Options menu but nothing works...

If someone can help me... Thanks

Pages: [1]