Quote:
Originally Posted by ******
I looked in to this - your code is wrong:
strins(tStr,separator[0],iPos,1);
You are specifying the max length of the output as `1`, which doesn't fit anything in. The fact that strins used to ignore that is a bug that was fixed by fixes.inc.
|
So, you can tell me what should I do, what number should I put/use there, for that functions to work, please?