Search results for query: *

  1. C

    Saving array to file

    Oh... silly me! It all works now... Thank you! And - btw- when do you guys get some sleep? I have a feeling you're always here to help.
  2. C

    Saving array to file

    Thank you for the advice. I did a search and I have only one more question - I want to add OverwritePrompt like I found in an example here. But the problem - I later add the extensions to both files and file.txt that is saved is not equal to file (without extension). So if I save with name...
  3. C

    Saving array to file

    This is how I did it. I have a feeling that I'm still doing something wrong with saving files. I have a picture in picturebox2, that I want to save and the text from array - so there are two save as dialog boxes (so far everything is ok). The problem is that "Save as type" dropdown menu is...
  4. C

    Saving array to file

    typo Thank you for your repy. It works just as I wanted, but it needs a little tweaking: - my array is decimal and I would only want to limit the output to 5 digits after the decimal for each element of array. In some other place I used this code to limit output digits: While a < 14...
  5. C

    Saving array to file

    [RESOLVED] Saving array to file In my VB.NET application I have defined two dimensional array. Public position(1000, 1) As Decimal I'd like to save that array to an ordinary text file - first array dimension would be first column, then two tabs and then second array dimension. Something...
Back
Top