Answer Posted / saimahesh babu
variable declaration:dim a
function declaration:
function nameoffuntion(var)
msgbox var
end funtion
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Mention what is the main difference between function and sub-procedure?
Can any one provide code for Mid(string,start[,length]). I have been asked to write code for Mid(). i.e We need to define our own function say MyMid() which should behave same like built-in Mid function
Mention when to use function procedures and what are its characteristics?
Which function is used to perform string comparison?
We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?
What are the rules to name variable in vbscript?
How will you get a subset of a array in vbscript?
Does VB/Win make standalone .EXE files?
A folder is there inside no of textfiles are avilable. How do count the textfiles. Normally folder means we are using subfolder methods but textfiles is not working for subfolder methods and how do get file name also.
I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.
Hi this is Vinoth. I need a help on below mentioned question A combobox contains list of items assume as 5 I have to get each items Individually and I have to Export to datatable. Please help me on this. Thanks
How to access array data?
What is difference between vbscript and vba?
How can you fetch the value of a cookie?
Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.