C
Cheese_whiz
Hi all,
I want to loop through some object collections (objects in the collections,
to be precise) and get system values, and then append the results to a table
in the current db. Right now, the best I know how to do is create a text
file, loop through and append the object/value combinations as a new line in
the text file, then, when the loop ends use the transfertext method to import
the lines into a table and then delete the text file.
It works, but it seems like a round about way of doing things.
Is there a way to just take each of these combinations (object/value), as
I'm going through the loop, and append them to a table?
Thanks,
CW
I want to loop through some object collections (objects in the collections,
to be precise) and get system values, and then append the results to a table
in the current db. Right now, the best I know how to do is create a text
file, loop through and append the object/value combinations as a new line in
the text file, then, when the loop ends use the transfertext method to import
the lines into a table and then delete the text file.
It works, but it seems like a round about way of doing things.
Is there a way to just take each of these combinations (object/value), as
I'm going through the loop, and append them to a table?
Thanks,
CW