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 |
Hello Guys, If any body looking for "worksoft certify tool training in bangalore", please contact me aimansaud@gmail.com
Write a Script for ATM in QTP
Explain about the asc function?
Explain about constants in vb script?
How to open excel in vb script?
how to write validation function for date in vb script
What is the difference between vb debugger and the script debugger?
What is the purpose of drive object of scripting.filesystemobject class in vbscript?
did any one attended interview in applabs if you had gone through plz tell me the procedure
How do you create a recordset object in VBScript?
How to generate 3 digit random number?
Which function is used in the vbscript language to convert the specified expression into a date type value?