Kung sa java script \" ang double quote
unsa man sa visual basic script?
Kung sa java script \" ang double quote
unsa man sa visual basic script?
"" (double double quotes) tingali.
I am not sure of this. I don't use VBscript pero in VB and VBA, double double quotes are escaped as double quotes.
Example: Hi "World" => "Hi ""World""" in VB
basically if it is a string value then wrap it with two(2) double quotes. i do it all the time with test automation tools using vb scripting like QTP and TestComplete or in a raw windows scripting.![]()
sure mo nga visual basic script na?
Lain raman raman gud ang VB ug VBS.
A quick google finds http://www.jansfreeware.com/articles...-literals.html
My guess is correct double double quotes is the " escape.
this would generate "hello"Code:Private Sub Form_Load() MsgBox """hello""" End Sub
Similar Threads |
|