Hi,
I’m having a problem with this piece of code, when displaying 4 characters, it italisices them and kind of wraps it round, if i take it down to 3 digits with an arithmatic operation - 1100 for example it displays fine( only 3 characters)
local z = os.date"%Y"
local textObject = display.newText(z, 70, 250, nil, 24 )
textObject:setTextColor( 255,255,255 )
Rob [import]uid: 2131 topic_id: 223 reply_id: 300223[/import]