<%=hyphen(stripit... help please!

<%=hyphen(stripit... help please!

am 26.12.2006 16:43:11 von curt.ziegler

I don't know a ton about ASP but I do know a little and I can't seem to
find any information about 'hyphen' and 'stripit'.

It's used to return a last name like this:
<%=hyphen(stripit(rsTemp.fields("e_lname")))%>

Do you know what it's doing?

Thanks

Re: <%=hyphen(stripit... help please!

am 26.12.2006 17:05:06 von exjxw.hannivoort

CDZ wrote on 26 dec 2006 in microsoft.public.inetserver.asp.general:

> I don't know a ton about ASP but I do know a little and I can't seem to
> find any information about 'hyphen' and 'stripit'.
>
> It's used to return a last name like this:
> <%=hyphen(stripit(rsTemp.fields("e_lname")))%>

Those functions are not part of
ASP-vbs or ASP-Jscript.

You will gave to program them yourself.


--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)

Re: <%=hyphen(stripit... help please!

am 26.12.2006 18:04:21 von curt.ziegler

It's an old program I'm trying to go back in to adjust... good times.

Thank you for your help

Re: <%=hyphen(stripit... help please!

am 26.12.2006 18:12:59 von exjxw.hannivoort

CDZ wrote on 26 dec 2006 in microsoft.public.inetserver.asp.general:

> It's an old program I'm trying to go back in to adjust... good times.
>

[please always quote on usenet, this is not email]

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)

Re: <%=hyphen(stripit... help please!

am 26.12.2006 18:13:34 von reb01501

CDZ wrote:
> It's an old program I'm trying to go back in to adjust... good times.
>
> Thank you for your help

If you want help, show us what the program does: what do the inputs and
outputs look like?

--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.