Forum Discussion
AlexKaras
14 years agoCommunity Hero
Hi Madhavisri,
You should use evaluate(), eval() or the similar function that is supported by your script language to resolve the string obtained from the file into reference to the application object. I.e. :
if(eval(dReader[Mainwindow].Canavas application)).exists==true)
...
You should use evaluate(), eval() or the similar function that is supported by your script language to resolve the string obtained from the file into reference to the application object. I.e. :
if(eval(dReader[Mainwindow].Canavas application)).exists==true)
...