Hi!
I am looking for a function that will add spaces in a string in a certain manner:
tmpStr: 123456789123 (always 12 digits)
the desired outcome is: 123 456 78 91 23
Do anyone of you have a neat fuction for that? :) I found one question in this forum (http://www.daniweb.com/forums/thread253055.html), but since I do have a different interval for my spaces I have not been able to make it work. Thanks in advance!