|
|
#1 |
|
Junior Member
Join Date: May 07
Posts: 17
![]() |
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 |
|
Fanatic Member
Join Date: Jun 06
Posts: 881
![]() ![]() ![]() |
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 |
|
Lively Member
Join Date: Jan 01
Location: Ca
Posts: 122
![]() |
Re: How to write Symbol degree celcius (°C)
lblAA.Caption = Format$(AA, "##.####") & Chr(176)
|
|
|
|
|
|
#4 |
|
Super Moderator
Join Date: Jan 05
Location: Sunny Adelaide
Posts: 12,738
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Re: How to write Symbol degree celcius (°C)
Or just:
"°C" |
|
|
|
|
|
#5 |
|
Junior Member
Join Date: May 07
Posts: 17
![]() |
Re: How to write Symbol degree celcius (°C)
Hi all,
Thanks,its work for me best regards cocoonwls |
|
|
|
![]() |
|
||||||
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|