Search results

  1. A

    recursive function

    Thanks, that's what I am looking for!
  2. A

    recursive function

    Here's what I started with... def var myarray as char extent 4 init ["1","2","3","4"]. def var list2 as char. def var cnt as int init 4. def var x as int...
  3. A

    recursive function

    Hello, I am attempting to create a function that recursively creates all combinations of an array. The # elements in the array can vary. I have found a (what seems) simple function written in PHP that I am attempting to convert into Progress. The problem seems to be the pre-incrementing of...
Top