Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
passing variables to dialogs
#4
With net you can send function arguments.

Macro on computer A
Code:
Copy      Help
str v="A"
int r=net("localhost" "p" "Function38" 0 v)
if(r) out "error %i" r

Function on computer B
Code:
Copy      Help
;\
function $v

str controls = "3"
str e3
e3=v
if(!ShowDialog("Dialog16" 0 &controls)) ret


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)