If it try to load this code is shows “q201” and not the desired “Display 2” any thoughts on this ?
TestCount = 2 q101 = "Display 1" q201 = "Display 2" q1 = "q"..TestCount.."01" QD1 = display.newText("".. q1, 160, 20, MYRIADPRO, 30) QD1:setTextColor( 255, 255, 2552) QD1.x = display.contentWidth/2 QD1.y = display.contentHeight/2 screenGroup:insert(QD)