4.6 version
Posted: Wed Dec 03, 2014 6:15 am
New commands and functions will be added:
ALBUM EXPORT f$
exports image or video file [f$] from smart BASIC to device camera roll.
ALBUM IMPORT f$
imports image or video file from device camera roll to smart BASIC file [f$].
PING (h$)
performs ping of host [h$] and returns 1 if host is available or 0 if not.
SPLITE a$ TO m$,n WITH s$
(SPLIT Empty) the same as SPLIT command, but array [m$] can contain empty strings.
SET OUTPUT BACK COLOR r,g,b
sets text output window background color to value with red [r], green [g] and blue components. Valid values are from 0 to 1.
SET OUTPUT FONT COLOR r,g,b
sets text output window font color to value with red [r], green [g] and blue components. Valid values are from 0 to 1.
SET OUTPUT FONT NAME n$
sets name of text output window font to [n$]. List of fonts you can get by command LIST FONTS.
SET OUTPUT FONT SIZE n
sets size of text output window font to value [n].
SET UI DEBUG FONT_FILE f$
sets font file [f$], if debug table uses third-party TTF-font.
SET UI FILE_BAR FONT_FILE f$
sets font file [f$], if file bar icon titles use third-party TTF-font.
SET UI FILES FONT_FILE f$
sets font file [f$], if files list uses third-party TTF-font.
SET UI TOOL_BAR FONT_FILE f$
sets font file [f$], if toolbar uses third-party TTF-font.
ALBUM EXPORT f$
exports image or video file [f$] from smart BASIC to device camera roll.
ALBUM IMPORT f$
imports image or video file from device camera roll to smart BASIC file [f$].
PING (h$)
performs ping of host [h$] and returns 1 if host is available or 0 if not.
SPLITE a$ TO m$,n WITH s$
(SPLIT Empty) the same as SPLIT command, but array [m$] can contain empty strings.
SET OUTPUT BACK COLOR r,g,b
sets text output window background color to value with red [r], green [g] and blue components. Valid values are from 0 to 1.
SET OUTPUT FONT COLOR r,g,b
sets text output window font color to value with red [r], green [g] and blue components. Valid values are from 0 to 1.
SET OUTPUT FONT NAME n$
sets name of text output window font to [n$]. List of fonts you can get by command LIST FONTS.
SET OUTPUT FONT SIZE n
sets size of text output window font to value [n].
SET UI DEBUG FONT_FILE f$
sets font file [f$], if debug table uses third-party TTF-font.
SET UI FILE_BAR FONT_FILE f$
sets font file [f$], if file bar icon titles use third-party TTF-font.
SET UI FILES FONT_FILE f$
sets font file [f$], if files list uses third-party TTF-font.
SET UI TOOL_BAR FONT_FILE f$
sets font file [f$], if toolbar uses third-party TTF-font.