4.0 version

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

Re: 4.0 version

Post by Henko »

Mr. Kibernetik wrote:

Code: Select all


Actually I am still very sorry for that move from standard INT to my own.
You together with ECMA-55 standard were sacrificed for the sake of my uderstanding of what is right and what is wrong. Plus my stupidity of not thinking beforehand about implementation of INT function. Sorry for that!!!
Ah, i understand the difference, thanks for the clarification.
BTW, i don't give a %#*%# about the ECMA-55 standard, it's 60 years old!
SB is your thing and you can do with it what you want, but preserving compatibility with previous versions is important for users (of course).

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

Re: 4.0 version

Post by Mr. Kibernetik »

Function IOS_VERSION() will become obsolete and will be replaced with function SYSTEM_VERSION().

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

Re: 4.0 version

Post by Mr. Kibernetik »

New sample program "sfx test.txt" will be added to section "Music & Sound".

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

Re: 4.0 version

Post by Mr. Kibernetik »

New networking functions will be added:

HTTP_HEADER$ ()
returns HTTP header of last HTTP command response.

HTTP_STATUS ()
returns HTTP status code of last HTTP command response. See RFC 2616 for HTTP status code details.

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

Re: 4.0 version

Post by Mr. Kibernetik »

Commands GRAPHICS LOCK and GRAPHICS UNLOCK will become obsolete and will be replaced with:

REFRESH
forces graphics window to update.
REFRESH OFF
turns off automatic graphics window update.
REFRESH ON
turns on automatic graphics window update. By default updating is on.

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

Re: 4.0 version

Post by Mr. Kibernetik »

New file inserting feature will be implemented:

If file should be inserted only if it was not inserted yet, file name should be inclosed in double brackets:
{{library}}

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

Re: 4.0 version

Post by Henko »

Mr. Kibernetik wrote:Commands GRAPHICS LOCK and GRAPHICS UNLOCK will become obsolete and will be replaced with:

REFRESH
forces graphics window to update.
REFRESH OFF
turns off automatic graphics window update.
REFRESH ON
turns on automatic graphics window update. By default updating is on.
"Will be REPLACED" !!?? Do you really mean that the lock and unlock commands will generate errors in the next basic version?

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

Re: 4.0 version

Post by Mr. Kibernetik »

Of course not. Obsolete means that they will work as usual. But they will not be documented anymore.

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

Re: 4.0 version

Post by Mr. Kibernetik »

Version is available in App Store.

Post Reply