Forum Discussion

mazhar555's avatar
mazhar555
Contributor
14 years ago

Script Extension

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,

3 Replies

  • HI,



    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.



    Regards,
  • Hi,



    There're no explicit data types in scripts. All variables are of the Variant type. So, this behavior is correct.