CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2009
    Posts
    140

    case for ' symbol

    how do i do it?
    i mean case for symbol a is case 'a' , but case ''' won't work =\

    i mean ' <---- (a symbol like case uses to open and close - case 'containing'
    containing is '

  2. #2
    Lindley is offline Elite Member Power Poster
    Join Date
    Oct 2007
    Location
    Seattle, WA
    Posts
    10,895

    Re: case for ' symbol

    \'

  3. #3
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,635

    Re: case for ' symbol

    Quote Originally Posted by Lindley View Post
    \'
    I'm impressed. I had no idea what the OP was trying to say.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured