text-files
Creating an ArrayList within an ArrayList
So for a program I am working on, I am trying to create a method which will parse through a text file. Using the values within the text file, create an ArrayList within an ArrayL开发者_JS百科ist. Here[详细]
2023-03-21 08:39 分类:问答Best local data store for 34,000 rows
I\'m on Win 7 pro and I\'ve inherited a text file with 34,000 rows. I need to do some really basic searching and sorting on it.[详细]
2023-03-21 02:42 分类:问答Flex: create buttons dynamically and assign value from txt file
I made a basic text editor that lets users insert predefined strings into the document with button clicks. What I need to do now is let the user define their own buttons and string values.[详细]
2023-03-20 16:25 分类:问答C# - Sorting Data to/from ListBoxes with Regex
I have a file with data in it that I would like to split up into three different ListBoxes.I want the first ListBox to contain all of the data (a new list item for every line of data read from the tex[详细]
2023-03-20 16:16 分类:问答C# - Problem removing items in List1 & List2 from List3
I have a file that I am reading in, splitting up into different lists and outputting them into RichTextBox to then be read into 3 different Listboxes. I am currently doing all of this, however I have[详细]
2023-03-20 11:01 分类:问答Eclipse / Android raw txt file error (Content is not allowed in prolog)
I need to place a raw 开发者_如何学运维*.txtfile in my android-project to read from it and output general terms and conditions in a dialog.[详细]
2023-03-19 13:02 分类:问答Parsing text file using Obj-C in iOS
I am constructing a tuning fork app. The fork should allow up to 12 preset pitches. Moreover, I wish to allow the user to choose a theme.Each theme will load a set of presets (not necessary to use al[详细]
2023-03-19 09:52 分类:问答how do I export my lists into an excel compatible file?
Today, on the basis of answers I got here, I wrote this little code to create a random list of 16 elements.[详细]
2023-03-19 05:39 分类:问答C# - Concat to end if matches the front of file
I have a file that I have trimmed to only keep some of the data in it.This file is the file I would like to add to the end of a second file.Here it what the first file looks like:[详细]
2023-03-19 04:08 分类:问答C# - Concat Partial data from a .txt file to an Excel file
I need help with reading in an excel spreadsheet and adding data to the spreadsheet. I would like to: Open/read an excel spreadsheet (if possible to load into a richtextbox that would be prefered).[详细]
2023-03-18 22:35 分类:问答