Hello,
It would be helpful if you could clarify what you are doing; perhaps post a simple example of what you would like to save. It sounds like you have a table (which as 2D array of strings) that you want to save, perhaps in a file. You can conveniently write your table data to file by using the array to spreadsheet string function. It puts a delimiter (tab by default) between elements in a given row, and puts a carriage return and linefeed character after each row, to separate the rows. This is the format of a string which many spreadsheet programs, such as excel, understand. I have attached an example showing you how to take a table, convert it to a spreadsheet string with a tab delimiter, write it to file using an easy file writing VI, read it back using an easy file reading VI, convert the string back to an array, and write it back to a table.
You may also like to explore the String, File I/O, and Array palettes for more functions. Also, use the help context (type control and H to launch this) and hover over functions on your block diagram to get helpful descriptions!
If you have further questions or can clarify what you mean when you say "i want to save/open this process" I can direct you more specifically!
Thank you,
JLS