Page 1 of 1
New version has wrong number?
Posted: Wed Dec 16, 2020 10:27 am
by Dutchman
The latest version from Apple store has version number 5.
A bit confusing.

Re: New version has wrong number?
Posted: Wed Dec 16, 2020 10:31 am
by Mr. Kibernetik
It has version 6.2
Maybe you can post a screenshot?
Re: New version has wrong number?
Posted: Thu Dec 17, 2020 10:27 am
by Dutchman

- screenshot iPad.JPG (53.38 KiB) Viewed 7253 times
Re: New version has wrong number?
Posted: Thu Dec 17, 2020 11:11 am
by Mr. Kibernetik
Yes, you can see here that the version is 6.2:

- screenshot iPad.JPG (54.73 KiB) Viewed 7252 times
Re: New version has wrong number?
Posted: Thu Dec 17, 2020 11:46 am
by Dutchman
Sorry, I mistook it for the 5 for the number of stars

Re: New version has wrong number?
Posted: Thu Jan 07, 2021 3:48 am
by conscience
Helllodernd,
first: sorry for my bad English.
Why is there a Version 6.3 ?
And there are plans that the developping of SMART BASIC is going on ?
I missed different types of variables like integer etc.
Can I define my own type of variables?
And I missed a select / case function like these:
select i
case = 1
[commands]
case = 2
[commands]
and so on
default
[commands]
EndSelect
Re: New version has wrong number?
Posted: Thu Jan 07, 2021 4:17 am
by Mr. Kibernetik
conscience wrote: ↑Thu Jan 07, 2021 3:48 am
Why is there a Version 6.3 ?
6.3 is the latest version.
conscience wrote: ↑Thu Jan 07, 2021 3:48 am
And there are plans that the developping of SMART BASIC is going on ?
And I missed a select / case function
Smart BASIC is a successor of a classic Minimal BASIC and its syntax is already formed.
conscience wrote: ↑Thu Jan 07, 2021 3:48 am
I missed different types of variables like integer etc.
Can I define my own type of variables?
Smart BASIC has two types of variables: text and numeric.
Re: New version has wrong number?
Posted: Thu Jan 07, 2021 9:46 pm
by matt7
Here is a thread discussing some different ways to achieve select-case functionality:
https://www.kibernetik.pro/forum/viewto ... =26&t=2387