Re: & in string
- Posted by Jason Gade <jaygade at yahoo.com> Oct 07, 2006
- 493 views
Allen Ashby wrote: > > > how can i put & in a label. > everytime i try it comes out _ > tnanks > allen I'm not very familiar with GUI programming, which I think you are talking about, but have you tried escaping it with a backslash? labelstring = "This\&That" -- "Any programming problem can be solved by adding a level of indirection." --anonymous "Any performance problem can be solved by removing a level of indirection." --M. Haertel "Premature optimization is the root of all evil in programming." --C.A.R. Hoare j.