Removed login if password blank. Added io(ai) function
Posted: Mon Nov 23, 2015 6:39 pm
Hello,
Implemented the feature request to remove the log in prompt if password is blank.
Also implemented the io(ai) function as it was omitted before.
Can be used as follows.
or
or
Implemented the feature request to remove the log in prompt if password is blank.
Also implemented the io(ai) function as it was omitted before.
Can be used as follows.
Code: Select all
if io(ai) > 500 then print "More than 500"
or
Code: Select all
bla = io(ai)
or
Code: Select all
print io(ai)