plz give ans to this in vb script........
"krishna radha"
i want to print this string
"Radha Krishna" like this
Answer Posted / amit joshi
Dim str
str = "Radha Krishna"
Msgbox (str)
| Is This Answer Correct ? | 2 Yes | 21 No |
Post New Answer View All Answers
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
Anyone have qtp11.0 crack?
Which keyword is used to declare a variable in the vbscript language?
1.I want to establish connection with excel and also want to fetch the data using SQL queries. 2.the code should be written in such a way that in future if I want to migrate from excel to MS excess database , then there should be minimal changes.
How many types of procedures are available in the vbscript language?
What are the different types of loops available in the vbscript language?
Explain the support of asp for vb script functionality?
How will you get a random number between 0 and 1 in vbscript?
How will you reverse a string in vbscript?
What is the difference between do until loop and do while loop?
Explain about the support of asp for vb script functionality?
What are the 2 ways to pass a value to the function?
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...
How will you check that a variable is an array in vbscript?
How to capture a runtime error in vbscript?