You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MIT App Inventor Forum
Hi everyone,i have a problem with my appplication.My application received data in string form(number value) and i want it to send a notifacation when the number that app receive is more than my fixed value.How can i compare string(number value) to my fixed value in conditional statement.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MIT App Inventor Forum
Use the if/then block from the Control palette, and the Maths comparisons block
(use the mutator - little blue square, to change the = to an >)
If "stringVariable" > "fixedValue"
then notify (what kind of notification?)
404 Not Found
unread,
Apr 7, 2019, 7:23:14 AM4/7/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MIT App Inventor Forum
I used extension names seeyoulater.(https://community.appybuilder.com/t/new-improved-notification-extension/3900).Now,i try to make a condition statement that alert when the statement is true.I want it to notified in Notification Bar .Is this what you told?I had already tried but there was not word "warning" appear in dust density block which is what i want it to be.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MIT App Inventor Forum
At this time,I test a condition by click at write button and it's work.Next,i will use if/then block to make notified on notification bar.Do you have any suggestion for my next step?Thank you so much.