Could Anybody tell me the VBscript for
REVERSE an Integer int reverse(int num) Ex:246 to 642
Answer Posted / arpita
n=123
Do While n>0
i=n mod 10
vstr=vstr&i
n=n\10
Loop
msgbox vstr
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Compare java script and vb script?
If else for do while select in vb script?
What is the extension of the vbscript file?
How you can call vbscript functions?
Explain the tristate constants in vbscript?
how to comvert 120 into one hunderd twenty rupees only and vice varsa
what is the features of visual basic?
Hi, Can anyone please send me vb script examples to practice vb and also material to learn vb scripting in QTP? my email id : hareen_11@yahoo.com
What are the different types of loops available in the vbscript language?
How will you format a number in percetage format in vbscript?
What is sql loader? Explain the files used by sql loader to load file?
How to open a file. What is the perpose of true and false mode there?
How will you get the last occurrence of one string within another string using vbscript?
Explain the support of asp for vb script functionality?
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...