Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

bdc

Former Member
0 Likes
363

how to read header and data seperate in notepad file when the file holds field caption and field data

2 REPLIES 2
Read only

Former Member
0 Likes
339

Well the notepad file will have to have some identifier in it to tell which record is a header and which is a line item. For example, the first character in a header record could be 'H' and the first character in a line item could be 'I'.

Rob

Read only

Former Member
0 Likes
339

This message was moderated.