NetTalk Central

Author Topic: CRLF still used instead of p_web.CRLF in generated code with 7.12  (Read 2795 times)

CaseyR

  • Sr. Member
  • ****
  • Posts: 448
    • View Profile
    • Email
Hi,

I updated to 7.12 and got a whole bunch of Unknown identifier CRLF errors.   I know CRLF has been replaced by p_web.CRLF , but it is not being generated even with unconditional global regeneration.    Adding CRLK as a global equate gets rid of the errors, but adds almost as many duplicate variable warnings.

Any suggestions?    Many thanks.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: CRLF still used instead of p_web.CRLF in generated code with 7.12
« Reply #1 on: June 20, 2013, 12:10:45 AM »
>> I updated to 7.12 and got a whole bunch of Unknown identifier CRLF errors. 

In Generated code, or embed code?

Can you post a sample of the code here? that will help me identify where it is being used.

cheers
Bruce

CaseyR

  • Sr. Member
  • ****
  • Posts: 448
    • View Profile
    • Email
Re: CRLF still used instead of p_web.CRLF in generated code with 7.12
« Reply #2 on: June 20, 2013, 01:16:22 PM »
In working on the problem, I found that while most of the errors/warnings were in generated code they were generated from my own templates.   Putting CRLF in my own Equates file solved the problem.