symbol already defined: "StripNewLine"
#4

Of course that's going to happen because you'll have the extra code of

PHP Code:
new len strlen(string);
  if (
string[0]==0) return ;
  if ((
string[len 1] == '\n') || (string[len 1] == '\r'))
    {
      
string[len 1] = 0;
      if (
string[0]==0) return ;
      if ((
string[len 2] == '\n') || (string[len 2] == '\r')) string[len 2] = 0;
    }

That is basically sitting in your script.

There is something else in your script that is assigned the name of StripNewLine.

If you need more help do a search in your script and post all the aspects of your script that have StripNewLine in them. Include the whole function please.
Reply


Messages In This Thread
symbol already defined: "StripNewLine" - by PrinceKumar - 27.09.2016, 02:29
Re: symbol already defined: "StripNewLine" - by Tass007 - 27.09.2016, 02:39
Re: symbol already defined: "StripNewLine" - by PrinceKumar - 27.09.2016, 02:43
Re: symbol already defined: "StripNewLine" - by Tass007 - 27.09.2016, 03:02
Re: symbol already defined: "StripNewLine" - by PrinceKumar - 27.09.2016, 03:21
Re: symbol already defined: "StripNewLine" - by Tass007 - 27.09.2016, 04:42
Re: symbol already defined: "StripNewLine" - by PrinceKumar - 27.09.2016, 05:38
Re: symbol already defined: "StripNewLine" - by iLearner - 27.09.2016, 05:47
Re: symbol already defined: "StripNewLine" - by SickAttack - 27.09.2016, 05:52
Re: symbol already defined: "StripNewLine" - by PrinceKumar - 27.09.2016, 08:58

Forum Jump:


Users browsing this thread: 2 Guest(s)