I want to open an existing text file and grab a line of text at a time and put it into a string. I want to loop until EOF.
Basically I need a way to read in a line until a newline(\n)
is reached....
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10116683.html
Zones:
Visual BasicDate Answered: 01/12/1999 Grade: A Views: 0
Textarea text to line in text file
Hello,
I have the following qeustion:
I have a form with a textarea in it.
Here you can place a lot of text.
You can start a new line by giving a hard ...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_10204912.html
Zones:
PerlDate Answered: 09/15/1999 Grade: B Views: 0
My problem involves migration of text files from a unix server to windows workstations and reformatting them for excel. I've tried converting them to .csv and tab-delimited .xls format but when I o...
http://www.experts-exchange.com/Programming/Misc/Q_11541820.html
Zones:
ProgrammingDate Answered: 11/14/2000 Grade: B Views: 0
Is there a way to convert a text file into an Excel spreadsheet in VB?
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20154468.html
Zones:
Visual BasicDate Answered: 07/20/2001 Grade: A Views: 0
I have created a program that dumps all of the user's inputed information into a .txt (simple Notepad) document after pushing a Submit button. After the user pushes the Submit button I would like t...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20691438.html
Hi,
I'd like to automatically export some of the tables from Oracle database into a text file nightly. I also prefer to only export the last 24 hours of data since the last export execution.
...
http://www.experts-exchange.com/Database/Oracle/Q_21176623.html
Zones:
OracleDate Answered: 11/24/2004 Grade: A Views: 0
Hello, my XML file looks like this :
<?xml version='1.0' encoding='utf-8' ?>
<invoice number="PF5466550" date="2005-08-18T18:46:00"/>
<goods row_number="10000" goods_code="201719714" desc="CPU...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_21561537.html
Zones:
PerlDate Answered: 09/16/2005 Grade: A Views: 0
I have a session variable coming over from a form on the first page. The variable is passed over correctly, and i can't print nothing on the screen .
for exemple:
this first file:
<?php
if(...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Windows/Q_...
Hi,
Is there a VB script that can convert all txt files in a folder to to .xls and place these new converted excel files into a different folder.
Thanks for the help.
:-)
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Excel...
Zones:
MS ExcelDate Answered: 08/30/2006 Grade: B Views: 0
I am trying to read more than 1 file off my server and put them together to form an array. I can open one file and manipulate the data (like counting the items in the file) but I can't get the othe...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10019207.html
Zones:
JavaDate Answered: 08/05/1997 Grade: A Views: 0