I am working on someone else code and there is a error.
While debugging i want to see the current value from the table.
He/she used create data table activity to create data table.
in columns
Save.values(ofSystem.Data.DataTable)(“ListofFiles”).Columns.Case(Of.System.Data.DataColumn)().select.ToArray()
In Datatable
Save.Values(Of.System.Data.DataTable)(“NewListofFile”)
Now how to I use write line or whatever to see the values in the table.
And also why to create such a complicated data table?