Input = 124
output should be 124421
Please do not use any string functions/variables
Answer Posted / eswar
'Numbers can be given at run time
For i=1 to 3
s =InputBox("Enter a number : ")
x = x&s
y = StrReverse(x)
Next
MsgBox x&y
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How many types of procedures are available in the vbscript language?
How you can call vbscript functions?
what is resorceallocation
why variable name should not exceed 255 characters?
Explain about the asc function?
Mention what is select case statement?
Explain about filter expression?
Please let me Know regarding any material regarding VB Scripting which should be easily understandable for Beginners.
How to assign a numeric value to a variable?
How to assign a date value to a variable?
How will you get a combined string from array of string in vbscript?
For a webbased application:- what should be code in expert veiw, for retrieving a single column name "username" from a server and checking whether exported "username" from datatable doesn't exist in server. suppose i have saved in excelsheet a username="gayatri" , which is exported, then checked for whether this username "gayatri" exist in server database or not ? if exist then allow to enter new username, which should be again checked for in loop , or else come out of loop and enter a distinct "username". plz let me have this answer in my id gayatrisahooin@hotmail.com
Capture the Unique label changes on google home page for I am feeling lucky button and save those label changes to Notepad Note: Using QTP
What is the use of the date function in the vbscript language?
Does VB/Win make standalone .EXE files?