ÿþdocument.selection.InsertDate(eeDateDateTime); document.selection.StartOfLine(false,eeLineView | eeLineHomeText); document.selection.CharRight(false,10); document.selection.EndOfLine(true,eeLineView); document.selection.Delete(1); document.selection.StartOfLine(true,eeLineView); document.selection.Replace("/","-",eeFindNext | eeFindReplaceEscSeq | eeReplaceSelOnly | eeReplaceAll); document.selection.StartOfLine(false,eeLineView | eeLineHomeText); document.selection.Text="entry_"; document.selection.StartOfLine(false,eeLineView | eeLineHomeText); document.selection.EndOfLine(true,eeLineView); document.selection.Cut(); document.selection.Text="<h3></h3>"; document.selection.CharLeft(false,6); document.selection.Text=" id=\x22\x22"; document.selection.CharLeft(false,1); document.selection.Paste(eeCopyUnicode); document.selection.CharLeft(true,10); document.selection.Copy(eeCopyUnicode); document.selection.CharRight(false,3); document.selection.Paste(eeCopyUnicode); document.selection.StartOfLine(false,eeLineView | eeLineHomeText); document.selection.LineDown(false,1); document.HighlightFind=false;