Search results for query: *

  • Users: rapitts
  • Content: Threads
  • Order by date
  1. R

    two dimension array into one dimension.

    Easy question.... If I have a two dimension array, something like this atwodim[0,0] = 9.0 atwodim[0,1] = 8.0 atwodim[0,2] = 7.0 atwodim[0,3] = 6.0 atwodim[0,4] = 5.0 atwodim[1,0] = 9.0 atwodim[1,1] = 8.0 atwodim[1,2] = 7.0 atwodim[1,3] = 6.0 atwodim[1,4] = 5.0 Is there a quick .NET function...
  2. R

    Question Memory Problems - DataTables

    I'm getting a major headache using datatables inside VB.NET (Framework 2.0 and 3.5) I'm basically reading some data from SQL into a datatable and then passing that datatable onto another thread which deals with writing out some data to a COM object before clearing the rows and repeating the...
Back
Top