- Double the quotes (""):MsgBox "#1: ""QTP - QuickTest Professional"""Use 2 double quotation marks to include a quote character in the string.
So, the result is: - Use ANSI character code - Chr(34):MsgBox "#2: " & Chr(34) & "QTP - QuickTest Professional" & Chr(34)Since, the ANSI code if quotation mark = 34, we can use Chr function.
The result is:
Apex - Video Tutorials
Apex - Written Tutorials
- Administration (1)
- AJAX (2)
- Authorisation Schemes (1)
- Basics (12)
- Interactive Reports (2)
- jQuery (3)
- PLSQL (2)
Blog Archive
Followers
Wednesday, 6 April 2011
quotes in VBScript
There two ways to do that:
Labels:
QTP - VBScript
Subscribe to:
Post Comments (Atom)
Search
Custom Search
QTP
- QTP - Scripts (5)
- QTP - VBScript (2)
0 comments:
Post a Comment