Date:  10/16/2003 08:54:28 PM Msg ID:  001689
From:  Anthony Shipley Thread:  001686
Subject:  Re: Default delimiters
Sent by FoxWeb Support on 10/16/2003 08:19:49 PM:
I don't believe this one is documented.  Good observation about the connotation of "default!"

To change the default delimiters you will need to add the following entries in the FoxWeb registry key (hkey_local_machine\software\Aegis Group\FoxWeb\CurrentVersion):

- FwxDelimiterOpen
- FwxDelimiterClose


Thanks for the reply (albeit a rather yucky way, given my propensity to break things). It would be nicer to be able to _also_ code something like:

     <%=Server.Delimiter()%>         && set to default, or

     <%=Server.Delimiter('[', ']')%>  && set to selected characters