On Monday 05 July 2004 10:43, Carlier Laurent wrote: > I cannot put the character '<' in a textLabel. It doesn't > appear. it seems there's no prob with others characters. TextLabel is an HTML displaying label. So you need to use < for the less than sign, otherwise it's interpreted as a tag opening. Rob