Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP General (http://www.velocityreviews.com/forums/f65-asp-general.html)
-   -   <%=hyphen(stripit... help please! (http://www.velocityreviews.com/forums/t802530-hyphen-stripit-help-please.html)

CDZ 12-26-2006 03:43 PM

<%=hyphen(stripit... help please!
 
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


Evertjan. 12-26-2006 04:05 PM

Re: <%=hyphen(stripit... help please!
 
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)

CDZ 12-26-2006 05:04 PM

Re: <%=hyphen(stripit... help please!
 
It's an old program I'm trying to go back in to adjust... good times.

Thank you for your help


Evertjan. 12-26-2006 05:12 PM

Re: <%=hyphen(stripit... help please!
 
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)

Bob Barrows [MVP] 12-26-2006 05:13 PM

Re: <%=hyphen(stripit... help please!
 
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.




All times are GMT. The time now is 08:58 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57