Is possible to read the change line mark?

gisongison Member Posts: 128
I'm doing a work to read a file from txt. When I substract field, I need to know where it change the line. Does anyone know what is the change line sign..... :?

thank you.

Comments

  • gisongison Member Posts: 128
    does anyone know what i'm talking about...because i'm not sure how to say it in English.
  • kinekine Member Posts: 12,562
    You mean, if you are able to check if the record is changed bythe dataport? No, there is no such a "flag". You will need to compare all fields from variable having values before import and from variable having values after import.
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • gisongison Member Posts: 128
    thank you kine,

    I did it by strlen() function, when the current position is same with string length then i'll know to change line.
    O:)
Sign In or Register to comment.