[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
Re: Can't put '&' in label...or can you? VB.Net 2003
Re: [RESOLVED] Can't put '&' in label...or can you? VB.Net 2003