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
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
What are the uses of vb script?
What is the purpose of drive object of scripting.filesystemobject class in vbscript?
How many types of operators are available in the vbscript language?
How regexp.execute method works?
Which operator can be used to do an xor operation in vbscript?
Mention how to create a cookie using vbscript?
how to check whether link is disabled in QTP??
What is the difference between vbscript and vba?
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
Mention what is variant in vbscript?
1) How can we use VB script in testing the application? 2) What all are the things(Software application to be installed in PC) we need to learn VBscript?
please can you help me to get a code of flames using a visual basic 6
A folder is there inside no of textfiles are avilable. How do count the textfiles. Normally folder means we are using subfolder methods but textfiles is not working for subfolder methods and how do get file name also.
I have an excel sheet with multiple ID's in a column. Now i need fetch those ID's in an application and check whether if it already exist in the DB. If not then i have to go with the process of inserting them in the DB. If it exists then i need to skip that ID and move to the next ID and check the same and proceed. How can i do that with for loop and if condition?