Mention the rules for using option explicit statement?
No Answer is Posted For this Question
Be the First to Post Answer
Hi everybady, i have faced few Qns in one of i attended interview, please help me out with these below Qns. 1. how to join values without using join function? 2. how to compare values without using String compare function? 3. input is Bangalore, but i need output like this below format, what is function to use and get this outcome B A N G A L o R E 4. Input is "CapGemini" but uotput should be like this "inimeGpaC" 5. Input is 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 Can someone let me know results of this Qns, please. Thanks.
Here in my automation tool, i am retreiving some values and i need to store this values in the excel. How can i achieve this?. We are using VBA as scripting language. please let me know if you require any further inputs.
What is the use of the formatdatetime function in the vbscript language?
What is the extension of the vbscript file?
Hi I don't have any idea on VBscript. can any one point me to a good web site to learn VBscript. Regards lina
How do display output message without using msgbox function?
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?
How can we return a value from User Defined Function ? For Eg. we have 2 functions. In Fun1 i am getting 2 values (a,b) and i am addding those 2 and storing in to another var (c). Now i want to pass that var(c) to another function (fun2). What will be the script?
Explain about the functionality of vb script?
How should i Create Email invite with server-side Coding?
How to remove the spaces in a string Ex: "Welcome to QTPWorld" ?
In what way program "hello world" you can write in vbscript?