J
James
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)
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)