Programmer (Nedian)
This blog contains information related to .Net programs, Dynamics & many more...
Showing posts with label
TextBuffer in axapta
.
Show all posts
Showing posts with label
TextBuffer in axapta
.
Show all posts
Thursday, May 27, 2010
read text file in axapta
TextBuffer is used to read the whole text file. Load file using textBuffer.fromFile and fetch the whole file string from the .getText
TextBuffer textBuffer;
textBuffer = new TextBuffer();
textBuffer.fromFile(@"C:\sohail.txt");
print textBuffer.getText();
pause;
Find the sample
here
.
Older Posts
Home
Subscribe to:
Posts (Atom)