Reply To: String problem

Home Forums General Programming String problem Reply To: String problem

#23877
zeoka
Participant
    • Topics: 73
    • Replies: 466
    • Total: 539
    • ★★★

    Yes I did removed the bool
    not tried to format the separators… done
    but there is still the bad argument #2

    may be the result is in char index and setText converts it to string
    while PropertyString not… strange
    or the result lacks “” and setText add it

    updlbl:setPropertyString(“uiListBoxContent”,lb1)
    WORKING
    updlbl:setProperty(“uiListBoxContent”,lb1,false)
    NOT WORKING

    but the mix isn’t working
    updlbl:setPropertyString(“uiListBoxContent”,string.format(“%s%s%s%s%s%s%s”,lb1,”\n”,lb2,”\n”,lb3,”\n”,lb4))
    tried this :
    updlbl:getSelectedRow(1):setPropertyString(“uiListBoxContent”,lb1)
    updlbl:getSelectedRow(2):setPropertyString(“uiListBoxContent”,lb2)

    attempt to index a number value…
    selectRow() ??

    Ctrlr