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
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