in Function library function
associate the function to script and use below line to call the function
Code:
public fuction gmaillogin(username,password)
.................
.....................
End functionCode:
sUserName = "email id"
sPassword ="xxxx"
Call gmaillogin(sUserName,sPassword)
