Skip to main content
Inspiring
June 23, 2008
Question

valuelist

  • June 23, 2008
  • 3 replies
  • 284 views
I will be using valuelist to display some output, separated by a comma.

However, if the list is long, it will continuously scroll to the right.

Is there a trick/technique to only display 10 items of the list, then go to the next line and display the next ten, etc., until the entire list is exhausted ?

Thanks
    This topic has been closed for replies.

    3 replies

    Participant
    June 24, 2008
    This?
    Inspiring
    June 24, 2008
    or, if your valuelist is only for display and will not be used in some
    other query, you can do listchangedelims(yourvaluelistvar, ", ") -this
    will change al default valuelist delimters from , to ,[space] - that way
    your display of the list will wrap at the width of its container instead
    of being on one long line...

    Azadi Saryev
    Sabai-dee.com
    http://www.sabai-dee.com/
    Inspiring
    June 24, 2008
    Use nested loops. The outer loop is for the entire list. The inner list is from 1 to 10.