write a vb script to display the reverse of vbs
Answers were Sorted based on User's Feedback
Answer / mudaseer
Option Explicit
Dim MyStr, char, NewStr, x, y
MyStr = "vbs"
y = Len(MyStr)
For x = y To 1 Step -1
char = Mid(MyStr,x,1)
NewStr = NewStr & char
Next
msgbox newstr
| Is This Answer Correct ? | 3 Yes | 1 No |
Could Anybody tell me the Script for REVERSE an Interger int reverse(int num) Ex:246 to 642.. Thanks in Advance.
Please Example programms on vbscript 1)writing functions and calling functions
Can anyone send me a vb script function for verifying the functionality of active links on a web page
When to use function procedures and what are its characteristics?
Dear All, I am geting below IE error whilie executing the QTP scripts in Batch mode "Internet Explorer has encountered a problem and needs to close. We are sorry for the inconvenience." can any one suggest me how to resolve this issue . Thanks Balaji
what is the features of visual basic?
What is the use of the date function in the vbscript language?
how to increasing the numbers in a given text box please write a vb script
write a vb script to display the size of the folder,date created and name of the folder
What are the valid scopes of a variable in vbscript?
What is the difference between for loop and while loop?
write a vb script to display 3*3 matrix