read specific line on text file

sendoh
Member Posts: 207
Hi Guys,
when we use the read function of a file it will read the entire data inside the file, what If I only want to get a few data from the text (not the whole text), how can I do it?is there a way to do this in nav?
example data in textfile
1,eric,mexico,dev,,500,,,
2,roy,china,PM,,,,,
3,han,australia,dev,,400,,,
4..
5...
i want to start to read on line number 3 to the last.
Regards,
Sendoh
when we use the read function of a file it will read the entire data inside the file, what If I only want to get a few data from the text (not the whole text), how can I do it?is there a way to do this in nav?
example data in textfile
1,eric,mexico,dev,,500,,,
2,roy,china,PM,,,,,
3,han,australia,dev,,400,,,
4..
5...
i want to start to read on line number 3 to the last.
Regards,
Sendoh
Sendoh
be smart before being a clever.
be smart before being a clever.
0
Comments
-
with
YourImportFileVariable.seek(Position)
you can set a file pointer to a new position in an ASCII or binary fileDo you make it right, it works too!0 -
sendoh wrote:Hi Guys,
when we use the read function of a file it will read the entire data inside the file, what If I only want to get a few data from the text (not the whole text), how can I do it?is there a way to do this in nav?
example data in textfile
1,eric,mexico,dev,,500,,,
2,roy,china,PM,,,,,
3,han,australia,dev,,400,,,
4..
5...
i want to start to read on line number 3 to the last.
Regards,
Sendoh
It depends. If you open the file in Text Mode, the read function will read whole line. If there is no end of line, it will read whole file. If you open the file in binary mode (TextMode := false), READ will read exactly same count of bytes how long is the target variable (e.g. if you are reading Text[30], it will read 30 characters etc.).0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions