re:[color=blue]
> (PS - could not find any classic ASP groups, sorry)[/color]
Try posting to microsoft.public.inetserver.asp.general
Juan T. Llibre, asp.net MVP
aspnetfaq.com :
http://www.aspnetfaq.com/
asp.net faq :
http://asp.net.do/faq/
foros de asp.net, en espaņol :
http://asp.net.do/foros/
===================================
"James" <James@nospam.com> wrote in message news:H9KIf.8372$QB.584@fe1.news.blueyonder.co.uk.. .[color=blue]
> Good Evening,
>
> I would like to insert a 5 letter word into a 100 letter string, but only 1 letter at a time, and
> each letter separated by 10 characters!!! :) Using Alpha characters only, no numbers or
> punctuation in either string. The first letter needs to use the DAY OF THE MONTH number as its
> insertion point...
>
> So the string HELLO would be inserted on the 15th day of the month as follows:
>
> H inserted after character 14 of the 100 letter string
> E inserted after character 24 of the 100 letter string
> L inserted after character 34 of the 100 letter string
> L inserted after character 44 of the 100 letter string
> O inserted after character 54 of the 100 letter string
>
> The final string will therefore be 105 characters in length! It's to help design a children's
> maze puzzle on a fun and games web site.
>
> Thanks for your time,
>
> James.
> (PS - could not find any classic ASP groups, sorry)
>[/color]