Knowledge is made to be shared
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;
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.