This is a multi-part message in MIME format.

------=_NextPart_000_0E7E_01C0086A.417ED2C0
Content-Type: text/plain;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Gotta question for all.

I want to find the position of the last occurence of / in a string and =
save it to a variable so here is what I am doing.

<CFSET lastslash Find(/, #string_name#, #len(string_name)#>

I have two problems.  It doesn't like the / so I am assuming I need an =
escape charachter which I can't find.  The second is I want to start =
from the end and work my way back.  It looks like Find and FindNoCase =
all only go from left to right and i want to go right to left.

Thanks,

Kevin Schmidt
Internet Services Manager
Peterson, WIlliams & Bizer
Office: 734.995.5000
Mobile: 734.649.4843


------=_NextPart_000_0E7E_01C0086A.417ED2C0
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2920.0" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Gotta question for all.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I want to find the position of the last =
occurence=20
of / in a string and save it to a variable so here is what I am=20
doing.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&lt;CFSET lastslash Find(/, =
#string_name#,=20
#len(string_name)#&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I have two problems.&nbsp; It doesn't =
like the / so=20
I am assuming I need an escape charachter which I can't find.&nbsp; The =
second=20
is I want to start from the end and work my way back.&nbsp; It looks =
like Find=20
and FindNoCase all only go from left to right and i want to go right to=20
left.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Thanks,</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Kevin Schmidt<BR>Internet Services=20
Manager<BR>Peterson, WIlliams &amp; Bizer<BR>Office: =
734.995.5000<BR>Mobile:=20
734.649.4843<BR></FONT></DIV></BODY></HTML>

------=_NextPart_000_0E7E_01C0086A.417ED2C0--

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to