Reply To: building text strings

Home Forums General Programming building text strings Reply To: building text strings

#72201
goodweather
Participant
    • Topics: 45
    • Replies: 550
    • Total: 595
    • ★★★

    Don’t understand what you are looking for…

    Concatenation of strings is straightforward in Lua (just use ..).
    Plenty of strings manipulation function on typical Lua training sites.

    In my Pro2 panel, i used trim(), rtrim(), ltrim(), split()…
    Look in method Miscellaneous under Panel methods

    Ctrlr