Hi there,
I wonder if there is a simplier way of injecting into a string.
so if i have the follow:
Guess what you
I'de need to inject the following so the string returns:
Guess what i know you
A way i would do this is to explode all the spaces and attach the strings seperatly via numbers but would there be a quicker more efficent way of doing this as this file i will be changing it quite big?
Cheers