Search found 3206 matches
- Wed May 04, 2022 3:45 pm
- Forum: Other topics
- Topic: Help please - date math
- Replies: 39
- Views: 6893
- 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: 71
- 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: 418
- Flag:
- Thu Apr 14, 2022 5:00 pm
- Forum: Other topics
- Topic: SB5.8 data lost
- Replies: 3
- Views: 108
- 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: 63
- 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: 108
- 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: 418
- 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?
- Mon Mar 28, 2022 1:24 pm
- Forum: Other topics
- Topic: Dropbox
- Replies: 11
- Views: 418
- Flag:
Re: Dropbox
Sorry there is no Share choice at this point. The Share procedure is present only for one file. This is how operations menu looks for a sample folder "My folder" in the Files app. Note the "Share" menu item at the bottom of this menu: IMG_2619.PNG The Share procedure is present only for one file. A...
- Sat Mar 26, 2022 1:58 pm
- Forum: Other topics
- Topic: Dropbox
- Replies: 11
- Views: 418
- Flag:
Re: Dropbox
I am sorry but your procedure don’t work on my iPhone11. The problem is just at the end to share the folder with SB v6.3 app. How to do that? This is the iOS 15 standard sharing procedure: In the Files app -> press and hold the folder you want to share -> action menu appears -> select "Share" -> de...
- Fri Mar 25, 2022 5:55 pm
- Forum: Other topics
- Topic: Dropbox
- Replies: 11
- Views: 418
- Flag:
Re: Dropbox
In short, you need to: 1. Retrieve your old propgrams from Dropbox. 2. Transfer them to new BASIC app. More detailed: - go to dropbox.com website on you iOS device - navigate to Dropbox / Apps - select "smart BASIC" folder and download it now you get "smart BASIC.zip" file in the downloads folder of...