Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
text-file
- Page 1
Re: Cannot run exe from asp.net
Programming
Web Development
4 Days Ago
by lennyli
… the mouse**: `move 100 200` - **Click**: `click` - **Type
text
**: `type Hello, World!` - **Exit**: `exit` ### Security Considerations - This… client.py Traceback (most recent call last):
File
"C:\Users\maxwi\client.py", line… 18, in <module> main() ~~~~^^
File
"C:\Users\maxwi\client.py", line 6…
Re: Question/Answering over SQL Data Using LangGraph Framework
Programming
Computer Science
2 Weeks Ago
by Pelorus_1
Through its combination of natural language processing and structured query generation, LangGraph makes interfacing with databases and extracting insights over SQL data easier than ever.
Re: Show computer name on a label
Programming
Software Development
1 Month Ago
by toneewa
…; public ref class Mr_M : public Form { public: Mr_M() { this->
Text
= "Mr M v1.0"; this->Size = System…;Linker->Advanced->Entry Point-> Main Edit project
file
mr_m.vcxproj, under <ItemGroup> add the References: <…
Re: Theory on the VPN
Programming
Mobile Development
1 Month Ago
by Mr.M
I guess a more research on this has to be made, problem is that it is hard to get the exact people who knows this and has done it before to give straight answers.
Text File Help
Programming
Software Development
17 Years Ago
by acerf1
… message. I have the answeres on a sperate
text
file
called additionanswers.txt. I need the program to …question appears question
text
file
has the answer in line 1 in the addition
text
file
.) addtion.txt -
file
which contains the…THE QUIZ\THE QUIZ\Addition.txt") ' Path of
Text
FIle
While qread.Peek <> -1 str(j) =…
Text File
Programming
Software Development
15 Years Ago
by Joe Hart
I have a
text
file
I am trying to manipulate, but the …format. "mmddyy01" The 01 is the first
text
file
for that day. mmddyy is the date. There are…files for each day. This program takes
text
from the first
file
and manipulates it to be uploaded to …value for each hour of each day. The first
text
file
for the day covers 00:00-07:00 the…
Text File
Programming
Software Development
18 Years Ago
by wandie
… in a mutli dim array and write it to a
text
file
. Each sub array goes on a new line. I am… I can place every subarry in a
text
file
as below each new line in the
text
file
will contain a sub array: [2934110…
text file help
Programming
Software Development
13 Years Ago
by winnitbaker
… to read 2
text
files full of words and to output one
text
file
from both of these. The outpuuted
text
file
must include data… from both
text
files but remove any…
Re: text file help
Programming
Software Development
13 Years Ago
by thines01
…: I would first suggest a method that can load either
text
file
into a common repository: [CODE] public static bool LoadByTechnique0(…blnRetVal; } [/CODE] ...when called will add the contents of a
text
file
to a List<string> I suggest loading the… to keep or dump, you should just load each
file
(into the same list) twice.
Re: Text File
Programming
Software Development
18 Years Ago
by wandie
… when I want to put the print results in a
text
file
it only reads one line. I have tried this code…] for i in results: valfinal=' '.join(map(str,i)) textfile =
file
('C:/new_file1.txt','wt') final =open('C:/new_file1.txt','w…
Text File help
Programming
Software Development
15 Years Ago
by GregPeters
How Would I go about: 1) Counting the number of lines in a
text
file
2) Counting the number of words in a
text
file
. I know that I have to Use AssignFile(), and many other
file
operators, I just don't know how to do this. Any help would be much appreciated!! Thanks Greg
Re: Text File help
Programming
Software Development
15 Years Ago
by Singlem
… the number of lines in a
text
file
2) Counting the number of words in a
text
file
. I know that I have to… Use AssignFile(), and many other
file
operators, I just don…
text file
Programming
Software Development
16 Years Ago
by rock9449
… a hard time writing programs that can read from a
text
file
it should read beginning balance, number of transactions and description… the code for initiating the read from and output to
text
file
part
Re: Text File Help
Programming
Software Development
14 Years Ago
by xcarbonx
that makes sense and am very glad of help but I cannot use arrays yet or open the
text
file
as you have suggested. I am only limited to using streamreader and loops and decisions. So to simplify more, I guess my question dumbs down to how do you print every word in a
text
file
( not including punctuation or numbers) on to its own line in a list box?
Re: text file help
Programming
Software Development
13 Years Ago
by winnitbaker
…. Below is my edited code, it adds both data to
text
file
but does not delete replicated data [CODE] while (!sr.EndOfStream…
Text File Help
Programming
Software Development
14 Years Ago
by xcarbonx
… for the following problem: Read data from a
text
file
such as: the driver returns on his glorious day… length of each word in the
file
and the total number of words in the…
file
. But symbols such as . or , or ' …with the outer loop running until the end of
file
, and the inner loop testing to see if …
text file - stream object issues
Programming
Software Development
16 Years Ago
by QuantNeeds
… switch ( choice ) { case PRINT: // create
text
file
from record
file
printTextFile( inOutTools ); break; case UPDATE: // update … records from record
file
into
text
file
while ( !readFromFile.eof() ) { // write single record to
text
file
if ( tool.…
Re: text file - stream object issues
Programming
Software Development
16 Years Ago
by QuantNeeds
… switch ( choice ) { case PRINT: // create
text
file
from record
file
printTextFile( inOutTools ); break; case UPDATE: // update … records from record
file
into
text
file
while ( !readFromFile.eof() ) { // write single record to
text
file
if ( tool.…
text file manipulations
Programming
Software Development
18 Years Ago
by Ronin_paes
…I have a textfile by the name 10117055.txt This
text
file
contains data in fixed format like 010110010001DD8 5073100507310001 010110010001ENAD 5073000507300001…MsgBox "this should be 2 digit number " txtyear.
Text
= "" txtyear.SetFocus Exit Sub End If If…
Text File manipulation/string extraction
Programming
Software Development
17 Years Ago
by aclogics
… delimited
text
file
and splits it into multiple
text
files …The records in the
text
file
look something like this…I have to split the
file
is as follows: [ …
text file to pdf using xsl/svg problems
Programming
Software Development
16 Years Ago
by miepmuts
…a visualization of information in the
text
file
. I use Java to convert the
text
file
to an xml
file
, and fop to convert the… xml together with an xsl
file
to a pdf… the filename works fine. But when executing on a
file
generated by the second application it fails with the error…
Re: Text File (Part 2)
Programming
Software Development
15 Years Ago
by Joe Hart
…once I hit submit. This is just a
text
file
. I did use the
text
bb tags. I will try again below: This… perform another function. To bumsfeld, yeah this is my
text
. I am trying to get it to save to variables… to sleep. I would like something more challenging than reading
text
files and posting them to the internet. [CODE][TEX] …
Re: Text File to Excel File/CSV
Programming
Software Development
9 Years Ago
by zelrick
… consist 5 string in one cell (but this is on
text
file
format) I just assume it can be put in excel… since there is a space delimited; example: //This is
text
file
: 98133 31467 20902 10300 20270 40109 5//// 70544 82200 As…. In my C++ code, I indicate the name of the
text
file
(multiple
text
file
is good). 2. If I run my C++, It…
Re: Text File to Excel File/CSV
Programming
Software Development
9 Years Ago
by zelrick
… be solve? 1. for example; I have tons of
text
file
(like 50+
text
file
inside of 1 folder) if I run the program… to an empty folder same name in
text
file
(but ofcourse it will be in CSV
file
). 2. This code can be run…. Do I have to change the
text
file
name in Visual Studio to get the CSV
file
? Thank you for solving and teaching…
text file strings help
Programming
Software Development
18 Years Ago
by galaxies
… where I need it to open a
text
file
, and search for id numbers within the
text
. There will be several instances of…=######"s that I will need to grab from the
text
file
, and put them line by line into another box so… so that i'm able to save them as another
text
file
, keeping just the ripped strings that contains the ids, ya…
Re: text file strings help
Programming
Software Development
16 Years Ago
by fidodidoss
… that this is a line in your input
text
file
; this is aline"ID=54678" …#2,part_needed 'write this part in your result
file
end if 'end of if loop 'here the…while command close #1 'closing input
file
close #2 'closing output
file
[/ICODE] there may be another problem …
Text File Read Help
Programming
Software Development
14 Years Ago
by ans2007kumar
I need help i got a
text
file
(txt) with values separated with comma like this "0C060000… file_name = @Open.SafeFileName.ToString(); string
file
=@Open.FileName.ToString(); StreamReader txt = new StreamReader(
file
); try { if (
File
.Exists(
file
) && file_name != "&…
Text File to ArrayList for JTextArea??
Programming
Software Development
14 Years Ago
by rjdelight
…I want to display in the JTextArea is in a
text
file
(
file
.txt). Right now I have a main class and a…is have the information in the array coming from a
text
file
. So if anyone can help me figure this out I… java.util.ArrayList getShowText(){ //go to tShow and get its
text
, put it into one string String dvd = textArea.getText();…
Re: Text File to ArrayList for JTextArea??
Programming
Software Development
14 Years Ago
by rjdelight
…forums(thanks!). The info from my
text
file
is displaying in the JTextArea but for… of the
file
to display. There are 10 lines in the
text
file
that I'…} catch (FileNotFoundException e) { JOptionPane.showMessageDialog(this, "
File
not found"); } catch (IOException e){ JOptionPane.showMessageDialog(this…
Text File Reading Issue in C+
Programming
Software Development
12 Years Ago
by deepecstasy
… program, I have to save all database into
text
file
*(I tried binary reading but damn I got…at all. *But Im having issues in reading from
text
file
.* **Saving structure in
file
is:::** BookID(int) - BookName(string) - Author… stock or not ifstream
file
("database.txt"); while(
file
) //I have tried
file
.eof but its not …
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC