Is there a way to chose where a program outputs text to a file ?(or read text from a file). As in selecting which line to start from.? Any help is welcome. :)
CodeBoy101 -2 Junior Poster in Training
Recommended Answers
Jump to Post>As in selecting which line to start from.?
Sure, but unless the file is structured enough to seek, you'll have to actually read your way to the correct line. Writing is harder if you mean to insert rather than overwrite. In that case you need to save the subsequent lines …
Jump to PostDoes the infile consist of strings and characters jumbled?
All 6 Replies
Lerner 582 Nearly a Posting Maven
Narue 5,707 Bad Cop Team Colleague
CodeBoy101 commented: somewhat helpful +1
CodeBoy101 -2 Junior Poster in Training
CodeBoy101 -2 Junior Poster in Training
zandiago 115 Nearly a Posting Maven Featured Poster
CodeBoy101 commented: cool +1
CodeBoy101 -2 Junior Poster in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.