Can a variable be passed from Rbase to another program that can use variables. EG I found an FTP program that I can integrate into Rbase, this program can use variables
In Rbase set variable in Rbase- set var vFTPHost text = 'My host name' I know in Rbase the variable will be .vFTPHost but in the FTP program a variable is defined with $variablename Can this be done Tom Hart

