Hi

Can somebody please point my tired brain in the right direction....I coded
this ages ago but I'm totally lost as to what it means or what it is! Thick
I know but it will come to me as soon as someone points out the obvious!

Its from an ASP page...I know what it does but is it vb or what?

strRecText = displayCrLf(objRS("RecText"))

displayCrLf < what the heck is display?

Cheers

A thickoid

Re: Unkown code source by Steven

Steven
Mon May 24 04:36:07 CDT 2004

The following is all I could find...........

http://atrevida.comprenica.com/atrtut17.html

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!


"John S" <Nomorespam@none.com> wrote in message
news:O6LdjIXQEHA.3944@tk2msftngp13.phx.gbl...
> Hi
>
> Can somebody please point my tired brain in the right direction....I coded
> this ages ago but I'm totally lost as to what it means or what it is!
Thick
> I know but it will come to me as soon as someone points out the obvious!
>
> Its from an ASP page...I know what it does but is it vb or what?
>
> strRecText = displayCrLf(objRS("RecText"))
>
> displayCrLf < what the heck is display?
>
> Cheers
>
> A thickoid
>
>



Re: Unkown code source by Bob

Bob
Mon May 24 04:40:55 CDT 2004

John S wrote:
> Hi
>
> Can somebody please point my tired brain in the right direction....I
> coded this ages ago but I'm totally lost as to what it means or what
> it is! Thick I know but it will come to me as soon as someone points
> out the obvious!
>
> Its from an ASP page...I know what it does but is it vb or what?
>
> strRecText = displayCrLf(objRS("RecText"))
>
> displayCrLf < what the heck is display?
>

Look for a user-defined function called displayCrLf - maybe in an include
file?

I suspect that the function replaces vbCrLf characters with "<BR>" to allow
the string to be properly displayed in the browser.

Bob Barrows
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"



Re: Unkown code source by John

John
Tue May 25 11:11:31 CDT 2004

Doh! Many thanks Bob, spot on.

That'll be in my functions.asp include then! I just didn't click.

Thanks again



"Bob Barrows [MVP]" <reb01501@NOyahoo.SPAMcom> wrote in message
news:OkdiZNXQEHA.3016@tk2msftngp13.phx.gbl...
> John S wrote:
> > Hi
> >
> > Can somebody please point my tired brain in the right direction....I
> > coded this ages ago but I'm totally lost as to what it means or what
> > it is! Thick I know but it will come to me as soon as someone points
> > out the obvious!
> >
> > Its from an ASP page...I know what it does but is it vb or what?
> >
> > strRecText = displayCrLf(objRS("RecText"))
> >
> > displayCrLf < what the heck is display?
> >
>
> Look for a user-defined function called displayCrLf - maybe in an include
> file?
>
> I suspect that the function replaces vbCrLf characters with "<BR>" to
allow
> the string to be properly displayed in the browser.
>
> Bob Barrows
> --
> Microsoft MVP - ASP/ASP.NET
> Please reply to the newsgroup. This email account is my spam trap so I
> don't check it very often. If you must reply off-line, then remove the
> "NO SPAM"
>
>