Top "Text-files" questions

Open in Notepad, WordPad, or many other programs designated as text editors.

Two ways to write to text file using Excel VBA: Microsoft Standard Library vs Microsoft Scripting Runtime

I found there is two ways of creating and writing to a text file in Excel VBA: by using microsoft …

excel text-files fso vba
Writing to a text file C#

I have the following values A = 1, B = (NULL of 7 characters), C = denimRocks , D = Yes789, E = (NULL of 2 characters), F = ATR. …

c# asp.net text-files fixed-length-record
Impala - convert existing table to parquet format

I have a table that has partitions and I use avro files or text files to create and insert into …

text-files avro parquet impala
C++ string parsing (python style)

I love how in python I can do something like: points = [] for line in open("data.txt"): a,b,c = …

c++ python parsing string text-files
Append text at the end of a text file in win32 api

I am trying to open a text file, write some data into it and then append some more data at …

c windows winapi text-files createfile
C# Save DataGridView to Text File

I'm currently attempting to use datagridview for the first time, I have managed to do many things with it so …

c# datagridview export text-files export-to-text
Create New Text Files with Different Names in Java

Every time the code is executed I want a new Text File to be created. The Text File should be …

java text-files filewriter printwriter
How to read a huge text file through javascript or jquery?

How can I read a huge text file line by line through javascript or jquery? I cant read all and …

javascript jquery text-files line-by-line
StreamWriter limit in C# in text file

I have an array list which contains 100 lines. When i try to export it into a text file (txt), the …

c# text-files limit streamwriter
Java BufferedReader arabic text file problem

Problem: Arabic words in my text files read by java show as series of question marks : ?????? Here is the code: …

java character-encoding arabic text-files bufferedinputstream