05-29-2019, 11:05 PM
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
- 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