Hi all,

I was wondering if someone could help me with my first attempt at creating a
server behaviour.

I've got as far as creating a server behaviour but my paramaters include
selecting Dynamic Text - which gives the result in ASP tags <% %>.

I just need the resulting Dynamic Text with the ASP tags. Is this possible an
if so, how?

I've attached the code to this message. DFD_RecordSetItem is a Dynamic Text
Field (the part I'm having the problem with!).

The code I'm using generates part 1 of the attached code.
The code I want it to return is part 2 of the attached code.
The code I'm using in my behaviour is part 3 of the attached code.

Thanks again,

Delme Greening.

Attached Code Starts Here
~~~~~~~~~~~~~~~~~~~~~

Part 1
<%=fncFmtDate(<%=(rsDocuments.Fields.Item("Date"). Value)%>, "%d %b %Y")%>

Part 2
<%=fncFmtDate((rsDocuments.Fields.Item("Date").Val ue), "%d %b %Y")%>

Part 3
<%=fncFmtDate(@@DFD_RecordSetItem@@, "@@DFD_FormatString@@")%>