AND/OR for IF. Running scripts from uploads folder.
Posted: Wed Jan 20, 2016 9:15 pm
Couple ideas again that would be very much usefull.
AND/OR for IF. Something really usefull needed stuff.
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.
or with custom command for example
Thanks.
AND/OR for IF. Something really usefull needed stuff.
Code: Select all
x = 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 all
load uploads/codefile.bas
or with custom command for example
Code: Select all
loaduploaded
loadfile
Thanks.