I am trying to create a desktop app with powershell and winforms. The problem that gives me the most trouble is getting an array element into a textbox. The recurring error message is that I cannot index a null array. The array has been created and filled with data from a file. Said array has even been used to establish the number of records in the data file. After days of searching via Google, I have been unable to solve this problem. Any help will be greatly appreiated.
↧