Search found 3209 matches
- Wed May 25, 2022 12:17 pm
- Forum: Other topics
- Topic: Where do I enter OPTION DROPBOX ON ?
- Replies: 1
- Views: 75
- Flag:
Re: Where do I enter OPTION DROPBOX ON ?
This is an obsolete function. It does not work.
- Tue May 24, 2022 7:59 pm
- Forum: Other topics
- Topic: Stolen .txt files
- Replies: 1
- Views: 69
- Flag:
Re: Stolen .txt files
BASIC app is associated with .txt files.
Please consult Apple documentation regarding standard iOS behaviour.
https://www.reddit.com/r/ios/comments/j ... _when_you/
Please consult Apple documentation regarding standard iOS behaviour.
https://www.reddit.com/r/ios/comments/j ... _when_you/
- Tue May 24, 2022 5:42 pm
- Forum: Other topics
- Topic: New user question
- Replies: 1
- Views: 68
- Flag:
Re: New user question
In general, BASIC can access local files and it has basic HTTP support to access Internet files. There are "FILES" and "NET" documentation sections which are dedicated to local and Internet files access and handling. Also you can look at the provided program samples, for example: Sprites/every frame...
- Wed May 04, 2022 3:45 pm
- Forum: Other topics
- Topic: Help please - date math
- Replies: 39
- Views: 7362
- Flag:
Re: Help please - date math
Most likely you are experiencing problems at the initial level of mathematics, I advise you to visit online math courses. You will be able to improve your knowledge in algorithms and will not get confused in the tables. By the way, I already told my child, because he experiences almost the same pro...
- Sun May 01, 2022 5:30 am
- Forum: Loud Typer
- Topic: Please bring Loud Typer to iPad
- Replies: 1
- Views: 247
- Flag:
Re: Please bring Loud Typer to iPad
Thank you for your suggestion!
- Sun Apr 17, 2022 6:05 am
- Forum: Other topics
- Topic: Dropbox
- Replies: 11
- Views: 650
- Flag:
- Thu Apr 14, 2022 5:00 pm
- Forum: Other topics
- Topic: SB5.8 data lost
- Replies: 3
- Views: 199
- Flag:
Re: SB5.8 data lost
Old smart BASIC prior to version 6 will be not re-published.
It is technically not possible. It belonged to another developer which does not exist anymore.
Moreover, old smart BASIC 5 app will be not able to connect to modern Dropbox service because Dropbox API was already changed since that time.
It is technically not possible. It belonged to another developer which does not exist anymore.
Moreover, old smart BASIC 5 app will be not able to connect to modern Dropbox service because Dropbox API was already changed since that time.
- Mon Apr 11, 2022 11:42 am
- Forum: Other topics
- Topic: FRACT of Zero
- Replies: 1
- Views: 138
- Flag:
Re: FRACT of Zero
Yes, this is an interesting case. This happens because float numbers are not exact. When you assign a=7.1 internally 'a' becomes 7.09999999... So, 'b' becomes 5.99999999... PRINT function handles this problem, so print b gives you '6' instead of 5.99999999 But print fract (b) gives you '1' instead o...
- Mon Apr 11, 2022 11:02 am
- Forum: Other topics
- Topic: SB5.8 data lost
- Replies: 3
- Views: 199
- Flag:
Re: SB5.8 data lost
There are some third-party applications for PCs or Macs, something like
https://www.imobie.com/anytrans/
or
https://macroplant.com/iexplorer
Although I am not an expert in using these apps, but I think they can be useful to save application data from iOS device to PC.
https://www.imobie.com/anytrans/
or
https://macroplant.com/iexplorer
Although I am not an expert in using these apps, but I think they can be useful to save application data from iOS device to PC.
- Tue Mar 29, 2022 9:40 am
- Forum: Other topics
- Topic: Dropbox
- Replies: 11
- Views: 650
- Flag:
Re: Dropbox
My device operates iOS 15.
And I am showing you the functionality of the standard iOS "Files" application.
But your interface looks very differently. Are you using the "Files" app to share your folder to BASIC?
And I am showing you the functionality of the standard iOS "Files" application.
But your interface looks very differently. Are you using the "Files" app to share your folder to BASIC?