no MSG Branch Defined
Posted: Mon May 29, 2017 1:44 am
I am a newbie and cannot get the simples sample of msgget working.
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
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