July 10, 201510 yr Newbies Hi, I need to know the correct way to handle variable in FTPeek. Have this and it is working: FTPeek_ConnectFTP( "192.168.0.55" ; "" ; "" ) and $$ipnumber, is set to 192.168.0.55 FTPeek_ConnectFTP( $$ipnumber ; "" ; "" ) gives error sometimes in loop in connect to server. or is there a better way to set global variable? Edited July 10, 201510 yr by per58
July 10, 201510 yr Could be a failure on the plugin part to read from a variable... Try setting a global field instead.
July 13, 201510 yr Author Newbies Wim, I will test that, I add that variable value to a global field i that session.
Create an account or sign in to comment