Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Viewing RTF coding to write ASP functionality..

Status
Not open for further replies.

InShadows

IS-IT--Management
Jul 7, 2000
36
US
I am currently writing a page that will be written in asp but will call up the CreateObject("Scripting.FileSystemObject") to create an rtf document. I have the raw rtf document and I would like to just view the coding of the rtf document so I can write the ASP around the coding..
In other words I am looking for a program or an easy way of converting the rtf document to something that will look like this:
MyFile.WriteLine("{\footer\pard\qc\brdrt\brdrs\brdrw10\brsp100" & _
"\fs18 Page " & _
"{\field{\*\fldinst PAGE}{\fldrslt 1}} of " & _
"{\field{\*\fldinst NUMPAGES}{\fldrslt 1}} \par}")

in an asp extension format.

thanks ahead of time.

dave
Dave Highfield
dave.highfield@cmsis.com

I couldn't think of a sig so here it is.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top