On Tuesday, 17 April 2012 at 15:18:49 UTC, bearophile wrote:
Jakob Ovrum:

                return array(strippedTail);
        }

The type of the return expression is dstring, not string.

What is the most elegant way or correct way to solve this friction?

(Note: the function is used in CTFE)

Try "text" instead of "array".

Bye,
bearophile

Thanks, that did it :)

(I also forgot to retro() a second time to make it build the array in the original direction, before anyone points it out)

Reply via email to