Hi all, strip core function accepts only an integer as parameter. What do you thing about implementing the strip function with a variable as parameter in a future release? strip($var(x)); or something like that... Is this doable?
Best regards.
Hello,
On 23.11.2009 15:49 Uhr, Antonio Reale wrote:
Hi all, strip core function accepts only an integer as parameter. What do you thing about implementing the strip function with a variable as parameter in a future release? strip($var(x)); or something like that... Is this doable?
the strip($var(x)) is equivalent to:
$rU = $(rU{s.substr,$var(x),0});
Maybe would be more convenient to enhance the strip() function for the next version.
Cheers, Daniel
2009/11/24 Daniel-Constantin Mierla miconda@gmail.com:
Hello,
Hi Daniel,
the strip($var(x)) is equivalent to:
$rU = $(rU{s.substr,$var(x),0});
Maybe would be more convenient to enhance the strip() function for the next version.
Perfect. I'll try your solution for now. Thank you very much.
Cheers, Daniel
Regards. .. Antonio