4.8 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.8 version

Post by Mr. Kibernetik »

Description and functionality of functions ASIN(), ACOS() and ATAN() will be corrected.

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.8 version

Post by Mr. Kibernetik »

New sample program "screen intro.txt" will be added to Sprites section.

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.8 version

Post by Mr. Kibernetik »

New sample program "circles.txt" will be added to Graphics section.

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.8 version

Post by Mr. Kibernetik »

New SET ORIENTATION options will be added:

SET ORIENTATION LANDSCAPE
SET ORIENTATION PORTRAIT
sets device interface orientation.


SET ORIENTATION command will be expanded:

SET ORIENTATION p
sets device interface orientation according to value [p].
Unlocks orientation if [p]=0, sets portrait orientation if [p]=1, landscape orientation with "Home" button on the left if [p]=2, portrait orientation upside down if [p]=3, landscape orientation with "Home" button on the right if [p]=4, portrait orientation with any direction if [p]=5, landscape orientation with any direction if [p]=6.

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.8 version

Post by Mr. Kibernetik »

Command
BROWSER n$ SET TEXT t$ URL a$
will become obsolete and will be replaced with
BROWSER n$ TEXT t$ URL a$

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.8 version

Post by Mr. Kibernetik »

Command
BROWSER n$ SET URL a$
will become obsolete and will be replaced with
BROWSER n$ URL a$

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.8 version

Post by Mr. Kibernetik »

Command
BUTTON n$ SET TEXT a$
will become obsolete and will be replaced with
BUTTON n$ TEXT a$

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.8 version

Post by Mr. Kibernetik »

New code highlighting feature will be introduced, using new settings commands:

SET EDITOR CAPSYNTAX OFF
SET EDITOR CAPSYNTAX ON
turns ON or turns OFF automatic smart BASIC language keywords highlighting with capital letters in code editor during text editing. This setting changes the text of program, not only its visual representation. This effect cannot be undone.

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.8 version

Post by Mr. Kibernetik »

Command FIELD SET TEXT will become obsolete and will be replaced with FIELD TEXT command.

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.8 version

Post by Mr. Kibernetik »

Command LIST SET SELECTION will become obsolete and will be replaced with LIST SELECT command.

Command LIST SET TEXT will become obsolete and will be replaced with LIST TEXT command.

Post Reply