get drawing table cell text to a string / text file using toolkit
Hi,
I am trying to extract the text from a drawing table and save it to a text file.
I am able to get a hold of the table that I want to extract text from, but struggle to get the text.
Here's what I have so far:

If I leave the "MyTextChar" line I get a fatal error in CREO.
The parameter "&CurrTbl" is a table I select earlier in the code base on a criteria (this part works).
My goal is to replicate the export to CSV, but with a different delimiter and also control better the output filename.
Thanks


