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