Results 1 to 5 of 5

Thread: [RESOLVED] How to write Symbol degree celcius (°C)

  1. #1

    Thread Starter
    Junior Member
    Join Date
    May 2007
    Posts
    17

    Resolved [RESOLVED] How to write Symbol degree celcius (°C)

    hi all,

    Does anyone know how to write this symbal (°C) in vb6? Any tips are welcome.

    regards
    cocoonwls
    Last edited by Hack; Jun 20th, 2007 at 09:17 AM. Reason: Added RESOLVED to thread title and green resolved checkmark

  2. #2
    Frenzied Member
    Join Date
    Jun 2006
    Posts
    1,098

    Re: How to write Symbol degree celcius (°C)

    The degree sign (°) is Chr$(176). You don't need to use that function, though... you can enter it directly just as you did in your post.

  3. #3
    Lively Member
    Join Date
    Jan 2001
    Location
    Ca
    Posts
    124

    Re: How to write Symbol degree celcius (°C)

    lblAA.Caption = Format$(AA, "##.####") & Chr(176)

  4. #4
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: How to write Symbol degree celcius (°C)

    Or just:

    "°C"

  5. #5

    Thread Starter
    Junior Member
    Join Date
    May 2007
    Posts
    17

    Re: How to write Symbol degree celcius (°C)

    Hi all,

    Thanks,its work for me

    best regards
    cocoonwls

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