Remove " from the Description field while export

JAYESHJAYESH Member Posts: 290
HI to all..

I am trying to export the data using Dataport.
I want to delete " from the Description field which they export the data.

For eg

Description = ' jayesh " patel " '

Then the records must export in like - ' jayesh patel '

Can any one give me the idea what to do ..

Thank you very much ....
JAYESH PATEL

Answers

  • JAYESHJAYESH Member Posts: 290
    temp := DELCHR("G/L Entry".Description,'=','"');

    By using this it is done..

    Thanks for you timing....
    JAYESH PATEL
Sign In or Register to comment.