Saturday, 18 February 2017

How to get certain part of string using VBScript

We Can use the mid method
'output = Mid(InputString, StartPosition, NoofCharacterRequired)

Syntax
output = Mid("UFT is Great Fun", 5, 5)
Msgbox output


No comments:

Post a Comment

Note: only a member of this blog may post a comment.