Reply To: String problem

Home Forums General Programming String problem Reply To: String problem

#23850
dasfaker
Keymaster
    • Topics: 80
    • Replies: 793
    • Total: 873
    • ★★★

    –updlbl:setProperty(“uiListBoxContent”,string.format(“%s \n %s \n %s \n %s”,lb1,lb2,lb3,lb4),false)

    Try this (not tested)

    updlbl:setPropertyString(“uiListBoxContent”,string.format(“%s \n %s \n %s \n %s”,lb1,lb2,lb3,lb4),false)

    Ctrlr