Could Anybody tell me the Script for REVERSE an Interger
int reverse(int num) Ex:246 to 642.. Thanks in Advance.
Answer Posted / rajani_kanth
x=246
y=len(x)
For i=y to 1 step-1
c=mid(x,i,1)
d=d&c
Next
msgbox d
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the arrays in vb script?
What is Procedure or Subroutine in VB Script?
Compare java script and vb script?
Hi Friends my Question is very simple,in Manual testing when we click on a hyper link it directs us to the relavent page or it re-directs us to the current page,so there we can easily write testcase but same thing if we do in automation script using QTP & need to generate report using Reporter.report event how we will do it?thanks in advance...
if u ve resrevation for train and u get a number supose 1234xxxokie.after sucessul entering all required fields. now u put that number in search and want to chk wether these ar same or not if both ar same then its okie otherwise test fail.what would be the vb script code for it to compare these two values of different page.
How will you reverse a string in vbscript?
Hi this is Vinoth. I need a help on below mentioned question A combobox contains list of items assume as 5 I have to get each items Individually and I have to Export to datatable. Please help me on this. Thanks
why variable name should not exceed 255 characters?
Explain about the support of asp for vb script functionality?
i need to sort the data using qtp script for this how i need to write a qtp script
What are the disadvantages of vbscript?
What methods are used to create text files and open text files in the vbscript language?
What are the environments supported by vbscript language?
who will create the object?
what is the object hyrarchy in QTP for a web based application