who you define variables and functions in VB?
Answer / saimahesh babu
variable declaration:dim a
function declaration:
function nameoffuntion(var)
msgbox var
end funtion
| Is This Answer Correct ? | 1 Yes | 0 No |
For a webbased application:- what should be code in expert veiw, for retrieving a single column name "username" from a server and checking whether exported "username" from datatable doesn't exist in server. suppose i have saved in excelsheet a username="gayatri" , which is exported, then checked for whether this username "gayatri" exist in server database or not ? if exist then allow to enter new username, which should be again checked for in loop , or else come out of loop and enter a distinct "username". plz let me have this answer in my id gayatrisahooin@hotmail.com
write a vb script to open a text file and write into it
what is fire event method in qtp?
Mention the environments where vbscript could be run?
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
What is the difference between ByRef and ByVal. When to use ByRef and ByVal
Dear All, I am geting below IE error whilie executing the QTP scripts in Batch mode "Internet Explorer has encountered a problem and needs to close. We are sorry for the inconvenience." can any one suggest me how to resolve this issue . Thanks Balaji
In what way program "hello world" you can write in vbscript?
Could Anybody tell me VBScript for Check if a given number is Prime number-Don't use any Built- in Functions Boolean/int is Prime(int number).. Thanks in advance.
Explain sga memory structures?
How to find the font in qtp. Scenario:After entering the username and passwd you will be navigate into the "welcome:Username" page.Now I want to extarct font for this message.
Explain the support of asp for vb script functionality?