06.04.2011, 17:53
hey. i have a problem.. erm
with str_replace - why does it not convert more than 2 words in a string?
Example, i put "Hello Moto Moto" and put "World" as the replacing string.. so like it returned "Hello World Moto"
maybe its because of
?
Edit: yep it was that, i put it to
and it works fine, thanks for your functions Westie!
with str_replace - why does it not convert more than 2 words in a string?
Example, i put "Hello Moto Moto" and put "World" as the replacing string.. so like it returned "Hello World Moto"
maybe its because of
pawn Код:
iItterations = (iLengthSource - iLengthTarget)
Edit: yep it was that, i put it to
pawn Код:
iItterations = (iLengthSource/* - iLengthTarget*/)