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 |
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.?
How to return a value from function...? you should not tell msgbox, print.. etc.,
How do you write an SQL insert statement?
Explain about arrays in vb script?
Inorder to avoid Message box while writing script which alternative method can be used?
1)How to test whether items in a weblist are in alphabetical order or not?
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
How you can call vbscript functions?
Hi, Anybody could tell me What is the script for Reverse of Given number. Ex:236--632. Thanks in Advance..
How to assign a numeric value to a variable?
How to check the particular window is exist or not with out using check points
How to make sure that items in a wintree are sorted al?