RATE THIS ANSWER
0
Click to Vote:
0
0
Not much different from using a file
You step through the array
If the element qualifies to be added
You put the element into the subfile fields
add 1 to the SFL rrn
write the subfile record
Heres some sample code.
For X = 1 to MaxX
if Arr(X) = '''' your rules here
Eval SFLFLD1 = Arr(X)
Eval SFLRRN += 1
Write SFLRCD
endif
EndFor
Phil
Last Answered:
Apr 15 2009 6:36 PM GMT by Philpl1jb 
24600 pts.