Tell me what you want, What you really, really want.

Moderator: Mmiscool

User avatar
By Jokkepappa
#39332 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.
User avatar
By Mmiscool
#41973 The new version allows you to upload bas files to the device and run them.