Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Encrypting a Net argument
#13
cannot answer, you don't show the code

--------------------------------------------

this is working example
Macro (on computer 1)
Code:
Copy      Help
str comp="x"
str pas="x"

if(!SilentExport("folder_x" "$temp$\folder_x.qml" 8)) end "failed"
str s.getfile("$temp$\folder_x.qml")
str sr
int r=net(comp pas "receiving_function" sr s)
if(r) end "failed, %i" 0 r

Function receiving_function (on computer 2)
Code:
Copy      Help
;\
function# str's

s.setfile("$temp$\folder_x.qml")
if(!SilentImport("$temp$\folder_x.qml")) end "failed"


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)