2.0 version

Post Reply
User avatar
Mr. Kibernetik
Site Admin
Posts: 4786
Joined: Mon Nov 19, 2012 10:16 pm
My devices: iPhone, iPad, MacBook
Location: Russia
Flag: Russia

2.0 version

Post by Mr. Kibernetik »

Version 2.0 is temporary removed from store after several hours of distribution because a bug is found.
Updated version 2.0.1 is on its way, and it will be treated as the first of 2.x versions.

Dalede
Posts: 131
Joined: Fri Dec 28, 2012 4:00 pm
Location: Grass Valley, CA, USA
Contact:

Re: 2.0 version

Post by Dalede »

Could you post the help file for this new version so we can get an idea of the new features? It would be handy to always have the help file as sometimes I want to look something up while in the forum and I don't have my iPad handy.

User avatar
Mr. Kibernetik
Site Admin
Posts: 4786
Joined: Mon Nov 19, 2012 10:16 pm
My devices: iPhone, iPad, MacBook
Location: Russia
Flag: Russia

2.0.1 version announce

Post by Mr. Kibernetik »

What's new in future version 2.0.1:

- (IMPORTANT!) syntax of DEF command is changed. If you used arrays as function parameters then you will need to update your code. Please refer to documentation of DEF command to see how to declare arrays as function parameters

- multitouch support is added. Total 11 simultaneous touches are available with new functions TOUCH_X, TOUCH_Y

- accelerometer support is added with new functions ACCEL_X, ACCEL_Y, ACCEL_Z

- ON .. GOSUB command is added

- DRAW CIRCLE .. SIZE, FILL CIRCLE .. SIZE, DRAW RECT .. SIZE, FILL RECT .. SIZE commands are added

- bugs are corrected

- BASIC documentation is updated

- two new examples are available, so example files will re-appear in your smart BASIC documents folder

Manual and new examples are attached.
Please note that this will work only when version 2.0.1 is available on AppStore.
Attachments
multitouch.txt
(925 Bytes) Downloaded 292 times
accelerometer.txt
(512 Bytes) Downloaded 285 times
manual.rtf
(37.89 KiB) Downloaded 461 times

Henko
Posts: 814
Joined: Tue Apr 09, 2013 12:23 pm
My devices: iPhone,iPad
Windows
Location: Groningen, Netherlands
Flag: Netherlands

Re: 2.0 version

Post by Henko »

My largest program (the oil company simulation, about 1100 lines) is running nicely under the new version. Thanks for this version. The only thing is the conversion in the "draw text" command, which is very easy to overcome.

What about the uploaded programs in the program section of this forum, who need modification of the DEF statement if arrays are passed? They will abend when run.

Post Reply