This is where we will update you on our upcoming plans. Feel free to request for more.
Also, here we will add sneak peeks for future updates!
Don’t forget to set notifications of this topic to Watching so you don’t miss any of them
This is where we will update you on our upcoming plans. Feel free to request for more.
Also, here we will add sneak peeks for future updates!
Don’t forget to set notifications of this topic to Watching so you don’t miss any of them
MIT is working on integrating too for the official AppInventor
An easier way to upload files to your project
Taken from this work of MIT AppInventor - https://github.com/mit-cml/appinventor-sources/pull/763
A new option has been added to the assets so you can preview the files without downloading them again to your computer
Taken from this work of MIT AppInventor - https://github.com/mit-cml/appinventor-sources/pull/764
Is String?
blockIt has the same behaviour as the IsNumber one but it checks a String instead of a Number
does the is string?
method make sense?
usually a string can contain alphanumeric characters and/or numbers…
so is string?
will always be true?
or will it return false, if the value is boolean (true or false)
or do you want to provide a method, which returns the same as
Taifun
A String can contain numbers, yes, but an Integer can’t contain letters
Also, you can check along Lists, Integers or other type of blocks like a Component
Also, with your example, you just discard that it’s NOT a number, but you don’t know exactly if it’s a String or a List or a Component or a Boolean (true and false)