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 |
How can I write HTML text to the window in VB Script?
1 2 2 3 3 3 4 4 4 4 5 5 5 5 5 how to find using vbscripting
Explain about operator precedence in vb script?
What is the difference between VBScript and JavaScript?
how to comvert 120 into one hunderd twenty rupees only and vice varsa
How will you generate Reports using Vb Script?it asked in testing(QTP)Interview.Plz Any Body Let me know. Thanks uday Uday_testing@yahoo.co.in
What is the difference between ByRef and ByVal. When to use ByRef and ByVal
Create a file system object to do the following i. Create a folder ii. Create a text file in the folder iii. Update text file with some tex
how to display all the links in one page using vb script in qtp.
1 Answers DST Global Solutions,
i have to open a notepad having no. of words in dat file by recording in qtp and then find a particular word and display true or false
Is VB Script Case sensitive or Case insensitive?
How to replace junk code recorded by QTP with a mall function.