Hi, Is there any way to access variables defined in Script Extension. E.g. Page variable is defined in Script Extension i want to use that variable in my script. Regards,
I am using a script extension, whenever i highlight a function under any Script Extension, it shows me its description in the bottom pane, it always shows me parameter type as Object. i want to have exact data type e.g. lets assume Function Login(UserName, Password), description in bottom shows me Function Login (UserName as Object, Password as Object) as Object.