Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Is it possible to pass optional argument to function in vb
script?

Answer Posted / george

Yes, it is possible to pass optional parameters to vb
script functions.

It could be done as done in vb by qualifying optional key
word.

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which keyword is used to declare a variable in the vbscript language?

908


I need to get some data from data base and store this (retrieved) data in a excel sheet using VB script in QTP9.0 I have created connection for data base I have created as excels sheet by using Set XL=CreateObject("Excel.Application") XLworksheet.cells(1,1).value= rs.fields.item("<>") I have taken a for loop and changed the cells values (1 as i and another 1 as j) But still I am not able to get Plz kindly tell me know this . It is very urgent

2200


what is the object hyrarchy in QTP for a web based application

2330


Explain the scope of the variables using dim, public, and private keywords respectively.

1109


What is the purpose of regexp object in vbscript?

972


What is the extension of the vbscript file?

1002


Mention how to assign a date value to a variable?

1031


Which operator can be used to check if two numbers are equal or not in vbscript?

1110


What is byref and byval parameters in vbscript?

1032


why do u choose to go for testing why cant for devoloping

2022


Mention how to access array data?

922


Mention what is the technology used by vb script?

930


How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'

3702


Explain the extension .hta?

921


hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?

2148