Search found 3293 matches
Re: 6.9
Версия опубликована.
6.9
В этой версии будет улучшено окно отладки - список функций и переменных будет отсортирован по алфавиту.
https://nitisara.ru/forum/viewtopic.php?p=15429#p15429
https://nitisara.ru/forum/viewtopic.php?p=15429#p15429
6.9
This version will have an improved Debug window with alphabetically sorted list of functions and variables.
https://nitisara.ru/forum/viewtopic.php?p=15429#p15429
https://nitisara.ru/forum/viewtopic.php?p=15429#p15429
- Wed Dec 27, 2023 6:29 pm
- Forum: Loud Typer
- Topic: Comment: Global Application Switch is too hidden
- Replies: 1
- Views: 46027
- Flag:
Re: Comment: Global Application Switch is too hidden
Thank you for your comments and suggestions. Regarding Global Application Switch. You can turn on/off Loud Typer by: - pressing ^⌘L or by - selecting "Active" in top menu bar Loud Typer icon menu or by - selecting Global Application Switch in Misc tab of Loud Typer settings panel also you can always...
- Fri Dec 01, 2023 5:56 am
- Forum: Loud Typer
- Topic: unable to restore purchase, no sounds heard anymore
- Replies: 2
- Views: 5986
- Flag:
Re: unable to restore purchase, no sounds heard anymore
You report that: a) purchase cannot be restored b) app plays no sounds at all despite that you rebooted your Mac and re-installed the app. Regarding problem (a) Are you sure you did not change your AppleID on your Mac? "Nothing to restore" error says that your current AppleID cannot be verified as a...
- Sun Nov 05, 2023 4:08 pm
- Forum: Other topics
- Topic: Does SB have a SWAP function?
- Replies: 1
- Views: 5117
- Flag:
Re: Does SB have a SWAP function?
In BASIC language there is no SWAP function. In any case you will need to use extra assignment to change variables values. a=1 ! b=2 PRINT a,b swap(a,b) a=swap.x ! b=swap.y PRINT a,b END DEF swap(x,y) temp=x x=y y=temp ENDDEF Or more simple way, without a function: a=1 ! b=2 PRINT a,b temp=a ! a = b...
- Fri Nov 03, 2023 4:46 pm
- Forum: Loud Typer
- Topic: One license for two Macbooks?
- Replies: 1
- Views: 3705
- Flag:
Re: One license for two Macbooks?
Hi!
As far as I know, Apple treats different Apple iCloud accounts as different users.
Maybe they have some exclusions, you better ask Apple for the details.
As far as I know, Apple treats different Apple iCloud accounts as different users.
Maybe they have some exclusions, you better ask Apple for the details.
- Mon Oct 16, 2023 9:35 am
- Forum: Инструкции
- Topic: Smart BASIC SDK для Xcode
- Replies: 54
- Views: 76369
- Flag:
Re: Smart BASIC SDK для Xcode
SDK обновлен до версии 6.8.
- Mon Oct 16, 2023 9:35 am
- Forum: Instructions
- Topic: Smart BASIC SDK for Xcode
- Replies: 60
- Views: 96752
- Flag:
Re: Smart BASIC SDK for Xcode
SDK is updated to version 6.8.
Re: 6.8
Версия опубликована.