E
Eric Andruscavage
Guest
I'd agree, only I use a comma delimited list to pass parameters all the time. As long as the program is designed to accept 1 or more entries in the parameter. Better than what I've seen in the past, i.e.: def shared variable emp-ids extent 100. do i - 1 to 100: if emp-ids <> "" then do: [...] end. end.
Continue reading...
Continue reading...