Use the Mid Function to modify a sub string within a string.
str1 = "1234567890"
startPos = 3
charCount = 4
Print Mid( str1, startPos, charCount ) = "QTP"
Posted in VBScript
You must be logged in to post a comment.
HP has released (30/4) a new Add-In for QTP 9.5 - the Delphi Add-In. The new add-in supports controls ...
Recent Comments