Which constant is used for print and display functions and works as same as pressing enter key?
Answer / Bhavana Varshney
The constant vbCrLf is used in VBScript for print and display functions, and it represents a line break.
| Is This Answer Correct ? | 0 Yes | 0 No |
explain with example primitive data types of vb script.
Give examples where vb script can directly run on users system with windows as os?
What is the use of option explicit in vbscript?
when you use For Loop, While..do, do..while? at what situations which loop will use.
What is the purpose of on error resume next statement?
Can anyone help me in write coding to get this pattern * ** *** ****
create a form to accept username and password validate the username and password with using message box, display the corresponding user message
Which loop is used in case of arrays in the vbscript language?
How can you create an object in vbscript?
Explain the asc function?
how to delete folder test3,test4 and test5 using vbscript?
How to scroll down a page while recording in qtp. suggest me any method apart from low level recording.