write a vb script code to display the vbscript word by word (i
e 1st it should display v then b and up to t )
Answer / eswar
x = InputBox("Enter a String : ")
For i=1 to len(x)
MsgBox mid(x,i,1)
Next
Is This Answer Correct ? | 1 Yes | 0 No |
which one is more secure vb script or java script ??????? or both are same ??????
I need help to write a function in vbscript to click on a link. That link looks like a tab. There are 6 tabs. When I click on 1 tab it should show as "on". when I spy the class property is on. But for the one which is not clicked the class property is blank. I have objects created in our custom object repository. Please give me some idea.
Could Anybody tell me the VBscript for REVERSE an Integer int reverse(int num) Ex:246 to 642
hai..friends ....what is the difference between function and sub procedure ....here every one know's theoretically here my question is what is the meaning of function can return the value and sub can't return the value...can you give one example with some values for that ....what does it mean ? how function can return the value...sub can not...any one please...........with example
Explain about the functionality of vb script?
To get data from table which method will be used in QTP
wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......
How to declare an array in vbscript?
How to return a value from function...? you should not tell msgbox, print.. etc.,
Mention what is variant in vbscript?
How to add actions in driver script to run those actions in QTP?
How will you get the natural logarithm of the given number in vbscript?