Which operator is used to concatenate the 2 values in the vbscript language?



Which operator is used to concatenate the 2 values in the vbscript language?..

Answer / Ram Prawesh Singh

The & operator is used for string concatenation in VBScript.nnFor example:nnsVar1 = 'Hello' nsVar2 = 'World!' nsResult = sVar1 & sVar2

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VB Script Interview Questions

Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?

1 Answers   Microsoft,


How to return a value from function...? you should not tell msgbox, print.. etc.,

6 Answers  


How do you write an SQL insert statement?

4 Answers   HCL,


Explain about arrays in vb script?

1 Answers  


Inorder to avoid Message box while writing script which alternative method can be used?

1 Answers  


1)How to test whether items in a weblist are in alphabetical order or not?

1 Answers   TCS,


sunday is sunday monday tuesday wendesday sunday thursday friday saturday sunday sunday how to count no of sunday in the text file from vb? Answer me asap

4 Answers  


How you can call vbscript functions?

1 Answers  


Hi, Anybody could tell me What is the script for Reverse of Given number. Ex:236--632. Thanks in Advance..

10 Answers   Amazon, CSC,


How to assign a numeric value to a variable?

1 Answers  


How to check the particular window is exist or not with out using check points

2 Answers  


How to make sure that items in a wintree are sorted al?

1 Answers   Ness Technologies,


Categories