so i read in the guide that it says
GotoCard 2
@ this line and following are not executed
Put 10 into y
i really want to open a card & the pass that entered field back.
is there a good work around for that.
because it is really handy to call up window have text entered & then do something with this on the prior window.
can i call a card from a function of main card so that it will come back to my code?
example:
put 5 into x
call showcard2
put 10 into y
-------------
i really don't need a card to be displayed but
i think RB & VB call it an input dialog.
does hypernext have this (i only find message or choice as dialog; no input opt.)