Could Anybody tell me the VBscript for
REVERSE an Integer int reverse(int num) Ex:246 to 642
Answer Posted / naga siva sankar
val=246
valstr=cstr(val)
msgbox strReverse(valstr)
| Is This Answer Correct ? | 11 Yes | 5 No |
Post New Answer View All Answers
Mention what is the use of option explicit in vbscript?
who will create the object?
what types of bugs will we find out in banking projects for automation testing?
Why is it recommended to close the database connection every time after the work is completed?
how to acces the remote mechine using vb cript(QTP)
What are string functions in vbscript?
What is the purpose of on error resume next statement?
Which in-built function is used to format the number in the vbscript language?
Explain about scrrun.dll?
What is the purpose of drive object of scripting.filesystemobject class in vbscript?
Mention what is the technology used by vb script?
How to write VB script for login module?
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...
what is the standards used for writing the script in QTP
Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.