05-28-2021, 06:04 AM
change function main to this
Function Main
and in Function7
change this
to this
Function Main
;;text input here
str controls = "9"
str e9
str s
if(!ShowDialog("Function9" &Function9 &controls)) ret
type MyVARIABLES str'idcode
MyVARIABLES x; x.idcode=e9
str controls2 = "3"
str c3Sta
int retVal=ShowDialog("Function7" &Function7 &controls2 0 0 0 0 &x)
if retVal=1
,goto text input here
and in Function7
change this
to this