Search found 1 match

by littleblackdog11
Sat Oct 24, 2020 10:13 am
Forum: Talking LiveCode
Topic: Padding lines with spaces?
Replies: 4
Views: 4152

Padding lines with spaces?

there an quick and easy way to pad lines with spaces to match the
longest line in the list?

I can picture in my mind how to do this using two repeat loops, first to
find the longest line, and second to add the spaces to all the lines that
don't equal the length of the longest line, but I am hoping ...