I am using 3 Alpha 69
What am I doing wrong?
I am calling the default.bas with http://192.168.0.30/msg?color=test
But I still get a No MSG Branch Defined.
msgbranch [mybranch]
print "set the branch"
wait
[mybranch]
myColorVar = msgget("color")
print myColorVar
let myReturnMsg = "You Entered " & myColorVar
msgreturn myReturnMsg
wait