You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
gdelconti
changed the title
Hello , this bug is still present under ESP Basic 3.0.Alpha 69.
This bug is still present in ESP Basic 3.0.Alpha 69 under very specific condition
Nov 5, 2018
Simply add one "delay x" statement to the above example, like this:
msgbranch [mybranch]
print "set the branch"
wait
[mybranch]
myColorVar = msgget("color")
print myColorVar
delay 10 ' JUST ADD THIS LINE
let myReturnMsg = "You Entered " & myColorVar
msgreturn myReturnMsg
wait
Originally posted by @gdelconti in #26 (comment)
The text was updated successfully, but these errors were encountered: