What is the scope of a constant declared using public?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More VB Script Interview Questions

what is the function to get the ascii value of the character?

6 Answers   Netxcell, Oracle,


WHAT IS ENVIRONMENT VARIABLES?and where it is used in real time scenario?

2 Answers  


write a vb script to display the code "vbscripting" alphabet by alphabet(i e 1st v then b and up to g)

2 Answers  


can u test the application without add-in?

1 Answers  


Hello All, In QTP 9.2 for Mozilla Firefox, there is webelement in my application, I tried to click on that using decsriptive programming, but it does not work. and for this i tried this code too: Set obj = CreateObject ("Mercury.DeviceReplay") absx = Browser("").Page("").WebElement(".").GetROProperty ("abs_x") absy = Browser("").Page("").WebElement(".").GetROProperty ("abs_y") obj.MouseMove absx, absy obj.MouseClick absx, absy, 0 But it is not clicked. Can anyone help me out for this problem. Thnx in Advance

1 Answers  






write a vb script to display factorial of a number using function

1 Answers  


Which event is triggered when mouse focus comes out of an element in the vbscript language?

0 Answers  


What are keywords in the vbscript language?

0 Answers  


What are subprocedures in vbscript?

0 Answers  


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?

0 Answers  


Difference between Do while loop and while wend loop

1 Answers  


what is the differance between BYVAL,BYREF?

0 Answers  


Categories