Has anyone writting a program that asks the user for a text file and then the program sorts the
lines alphabetically and saves the result to another file? For example, a sample run of the
program ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10043177.html
Zones:
C++Date Answered: 03/24/1998 Grade: D Views: 0
Hi,
I need code example how to read a text file located on internet server and store it to string array(ex.http://vca/text.text (my local IE server))
I'm begginer so please be specific
Thanks
http://www.experts-exchange.com/Programming/Languages/Java/Q_10210719.html
Zones:
JavaDate Answered: 02/28/2002 Grade: A Views: 0
I need to search a text file for a string. I need to return the line number of the document that the string appears. The string will consist of all the text on the line and will never span more t...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10416097.html
Zones:
Visual BasicDate Answered: 06/08/2000 Grade: A Views: 0
I have to insert data from MS-Access(nearly 500 records) to mysql. So I exported the data into a text file seperating data fields with a delimeter "|". How can I insert them into mysql?
Hoping He...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_20101434.htm...
Zones:
PHPDate Answered: 04/10/2001 Grade: A Views: 0
How do I do this?
Open text file (myfile.txt) then list the contents in the text box , we can then change the text box value and save it.
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20165148.htm...
Zones:
ASPDate Answered: 10/02/2001 Grade: A Views: 0
I want to create a text file from an ADODB.Recordset that is the result of a query. Currently I am using something similar to the code below, but it is very slow to run (it works - ignore if the s...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20424088.html
Zones:
Visual BasicDate Answered: 12/17/2002 Grade: A Views: 0
I am just a rookie when it comes to VBA. Can anyone tell me how I can write a macro for the following function:
1) Open text file from a specified list of file names stored in an excel sheet. i....
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_205...
Hi all,
Im looking for a batch way to combine (text) files.
There are a lot of topics on this one, but its not quite what im looking for.
Example:
File 1 contains
123
789
File 2 con...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/MS_DOS/Q_20603568.html
Zones:
MS DOSDate Answered: 05/02/2003 Grade: A Views: 0
Another question about DataSets and DataAdapters. Before I needed to read a sql server database and write to a text file. That is all working wonderfully (thanks). Now I have a need to read a te...
http://www.experts-exchange.com/Programming/Misc/Q_20801501.html
Zones:
ProgrammingDate Answered: 11/18/2003 Grade: C Views: 0
In one table I have the following fields
Id
description
IN one text file I have
Id and
cost
Note (there is a one to one relation in Id
text file and Id in the table)
Could you pleas...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21004416.htm...