Search found 3293 matches

by Mr. Kibernetik
Tue Feb 06, 2024 3:57 pm
Forum: Версии
Topic: 6.9
Replies: 1
Views: 4702
Flag: Russia

Re: 6.9

Версия опубликована.
by Mr. Kibernetik
Tue Feb 06, 2024 11:44 am
Forum: Версии
Topic: 6.9
Replies: 1
Views: 4702
Flag: Russia

6.9

В этой версии будет улучшено окно отладки - список функций и переменных будет отсортирован по алфавиту.
https://nitisara.ru/forum/viewtopic.php?p=15429#p15429
by Mr. Kibernetik
Tue Feb 06, 2024 11:42 am
Forum: Versions
Topic: 6.9
Replies: 7
Views: 62102
Flag: Russia

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
by Mr. Kibernetik
Wed Dec 27, 2023 6:29 pm
Forum: Loud Typer
Topic: Comment: Global Application Switch is too hidden
Replies: 1
Views: 46027
Flag: Russia

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...
by Mr. Kibernetik
Fri Dec 01, 2023 5:56 am
Forum: Loud Typer
Topic: unable to restore purchase, no sounds heard anymore
Replies: 2
Views: 5986
Flag: Russia

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...
by Mr. Kibernetik
Sun Nov 05, 2023 4:08 pm
Forum: Other topics
Topic: Does SB have a SWAP function?
Replies: 1
Views: 5117
Flag: Russia

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...
by Mr. Kibernetik
Fri Nov 03, 2023 4:46 pm
Forum: Loud Typer
Topic: One license for two Macbooks?
Replies: 1
Views: 3705
Flag: Russia

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.
by Mr. Kibernetik
Mon Oct 16, 2023 9:35 am
Forum: Инструкции
Topic: Smart BASIC SDK для Xcode
Replies: 54
Views: 76369
Flag: Russia

Re: Smart BASIC SDK для Xcode

SDK обновлен до версии 6.8.
by Mr. Kibernetik
Mon Oct 16, 2023 9:35 am
Forum: Instructions
Topic: Smart BASIC SDK for Xcode
Replies: 60
Views: 96752
Flag: Russia

Re: Smart BASIC SDK for Xcode

SDK is updated to version 6.8.
by Mr. Kibernetik
Fri Oct 13, 2023 7:05 pm
Forum: Версии
Topic: 6.8
Replies: 1
Views: 2279
Flag: Russia

Re: 6.8

Версия опубликована.