Removing Field Codes

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • amitp
    New Member
    • Dec 2006
    • 49

    #1

    Removing Field Codes

    I've a word document which contains some field values like "<<s_naam>> ". How can i remove the field codes"<<" and ">>" , so that the text only remains.Thanx in advance for all suggessions
  • vijaydiwakar
    Contributor
    • Feb 2007
    • 579

    #2
    Originally posted by amitp
    I've a word document which contains some field values like "<<s_naam>> ". How can i remove the field codes"<<" and ">>" , so that the text only remains.Thanx in advance for all suggessions
    try to use replace when u retrive the code from doc

    Comment

    • Killer42
      Recognized Expert Expert
      • Oct 2006
      • 8429

      #3
      Originally posted by vijaydiwakar
      try to use replace when u retrive the code from doc
      Yeah, just replace "<<" with nothing, then replace ">>" with nothing. That should do the trick.

      Comment

      Working...