View Single Post
Old 03-18-2005, 07:00 PM   #3 (permalink)
C.Ingram
 
Super Techie

Join Date: Mar 2005

Posts: 259

C.Ingram

Send a message via AIM to C.Ingram Send a message via Yahoo to C.Ingram
Default

Locate s1 in s2. If s1 is not in s2 (and exists, of course), you cannot extend s1 so that is becomes s2. If s1 is in s2, then it must be possible to extened s1 until it is s2.

If:
Code:
s1 = abc
and
Code:
s2 = abcde OR s2= yzabc OR s2=1gj#$imgabcei$'h4
Then s1 can be extended into s2.

If
Code:
s1 = def
and
Code:
s2 = abcde OR s2= yzabc OR s2=1gj#$imgabcei$'h4
Then s1 cannot be extended into s2.
__________________
Christopher Ingram
Principal Consultant, Souken Group, LLC.
C.Ingram@SoukenGroup.com
(856) 392 5244 -- (866) Go Souken
C.Ingram is offline