1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

  2. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

running a loop on a comma delimited list of items progress 4GL

Discussão em 'StackOverflow' iniciado por fdantas, Agosto 27, 2015.

  1. fdantas

    fdantas Administrator Moderador

    def var cList as char no-undo.
    assign cList = "one,two,three,four".
    <Loop> cList
    logic...
    </Loop>


    What's the best way to loop through a comma delimited list in a char variable so that in this example I would get one then two then three then four.

    Continue reading...

Compartilhe esta Página