-->
Page 1 of 1

AND/OR for IF. Running scripts from uploads folder.

PostPosted: Wed Jan 20, 2016 9:15 pm
by Jokkepappa
Couple ideas again that would be very much usefull.

AND/OR for IF. Something really usefull needed stuff.
Code: Select allx = 74
IF x > 50 AND x < 75 then wprint "x is between 50 and 75" else wprint "x is not between 50 and 75"


Also ability to load .bas files uploaded with filemanager would be good. Filemanager uploader is more stable than editor saving that may hang at random times with long codes (>75 lines usually) depending on your connection.

Code: Select allload uploads/codefile.bas

or with custom command for example
Code: Select allloaduploaded
loadfile


Thanks.

Re: AND/OR for IF. Running scripts from uploads folder.

PostPosted: Fri Feb 26, 2016 10:42 pm
by Mmiscool
The new version allows you to upload bas files to the device and run them.