Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am working on a project and I thought of a design where user will give an input through tMsgBox and that input should be stored in a global variable, depending on the value in that global variable can we set or change the host for FTP and SSH?
Advises are appreciated.
Thanks,
Abhishek
((String)globalMap.get("tMsbBox_1_RESULT"))
context.FtpServer = ((String)globalMap.get("tMsbBox_1_RESULT"));