|
-
Dec 28th, 2006, 03:19 PM
#1
Thread Starter
Fanatic Member
[RESOLVED] Can't put '&' in label...or can you? VB.Net 2003
Hi,
So, I am trying to place someone's department (IS Technician, R & D) in a label. However, it seems as though you can't display '&'s in a label. I guess this is because & is special to labels. Is there any way around this? Escape characters maybe? I would imagine I would use str.replace('&', 'something') but I don't know what something is.
Any ideas?
Thanks
Sorry, VB.Net 2003
Last edited by 18experience; Dec 28th, 2006 at 03:30 PM.
-
Dec 28th, 2006, 03:36 PM
#2
Fanatic Member
Re: Can't put '&' in label...or can you? VB.Net 2003
-
Dec 28th, 2006, 03:40 PM
#3
Thread Starter
Fanatic Member
Re: [RESOLVED] Can't put '&' in label...or can you? VB.Net 2003
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|