Results 1 to 6 of 6
  1. #1

    Default visual basic script help!!


    Kung sa java script \" ang double quote
    unsa man sa visual basic script?

  2. #2

    Default Re: visual basic script help!!

    "" (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

  3. #3

    Default Re: visual basic script help!!

    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.

  4. #4

    Default Re: visual basic script help!!

    sure mo nga visual basic script na?
    Lain raman raman gud ang VB ug VBS.

  5. #5

    Default Re: visual basic script help!!

    A quick google finds http://www.jansfreeware.com/articles...-literals.html
    My guess is correct double double quotes is the " escape.

  6. #6
    Code:
    Private Sub Form_Load()
    
        MsgBox """hello"""
        
    End Sub
    this would generate "hello"

  7.    Advertisement

Similar Threads

 
  1. Replies: 5
    Last Post: 06-21-2012, 06:43 PM
  2. Visual Basic w/ Firebird
    By daryl in forum Software & Games (Old)
    Replies: 2
    Last Post: 05-20-2006, 11:26 AM
  3. how to use ADODC in Visual Basic
    By arbie_mon in forum Software & Games (Old)
    Replies: 0
    Last Post: 05-05-2006, 02:59 PM
  4. Replies: 12
    Last Post: 04-14-2006, 02:38 PM
  5. visual basic.net installer
    By zEmI in forum Software & Games (Old)
    Replies: 3
    Last Post: 09-14-2005, 07:24 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top