09-13-2005 06:16 PM
09-13-2005 08:55 PM - edited 09-13-2005 08:55 PM
Hi Charlie,
Take a peak at the BuildArray VI, in the following thead (8 or 9 posts down):
http://forums.ni.com/ni/board/message?board.id=170&message.id=142166
If you create a "local" copy of the table (on table, right-click, create-local) you can use it as a data source (right-click,change-to-read), append the row (or col) and write back to the table.
cheers
Message Edited by Dynamik on 09-13-2005 08:57 PM
Message Edited by Dynamik on 09-13-2005 09:01 PM
09-13-2005 08:59 PM
I don't know if this is the problem,
but a table is a kind of 2D string array with a few extra attributes.
You can use the array functions to deal with them. In this case you
need to use the build array function, and wire a 1D array of strings
(the new line) into the bottom (of a 2 cell build, just pull it out
or add element) and the original table in to the top. This will give
a new 2D array of strings with a new line at the bottom. Wire this to
a table and you will see the original table with the new line.
Yours SIncerely
John
09-14-2005 08:22 AM
Hey Dynamik,
Thanks for the response and I will check the link out. Appreciate your reply!
Thanks, Charlie
09-14-2005 08:23 AM
Hey John,
Thanks for the information I will certainly give it a try and see how it work. Thanks for your reply!
Charlie