Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to limit the number of "forech" outputs?
#4
could also:
- use a counter variable that gets incremented only under the condition that a value is added to the array. If counter >= 5; break
- instead of checking numlines of outlist, could also check length of ARRAY(str). if AM.len >= 5; break


Messages In This Thread
RE: How to limit the number of "forech" outputs? - by stupomer - 05-29-2019, 11:05 PM

Forum Jump:


Users browsing this thread: 7 Guest(s)