Hi,
I'm looking for the equivalent of this function to repeat string:
info(strRFix('Alex',10,'*')); //******Alex => ok
i want somthing like :
info(strRFix('Alex',15,'strRep')); // iget sssssssssssAlex but how to get : strRepStrReAlex
Any help ?
*This post is locked for comments
I have the same question (0)