Question about ".log" in <!-- IF .log --> of file acp_logs.h
Question about ".log" in <!-- IF .log --> of file acp_logs.h
I saw <!-- IF .log --> in file acp_logs.html but don't understand the syntax of ".log" part. Can anyone shed some light on this or point to any doc? Thanks in advance!
- jojobarjo32
- Registered User
- Posts: 164
- Joined: Wed Jun 22, 2005 7:38 pm
- Location: France
Re: Question about ".log" in <!-- IF .log --> of file acp_logs.h
Everything is explained in the Coding Guidelines page
(look after the explanation for BEGINELSE)

Re: Question about ".log" in <!-- IF .log --> of file acp_logs.h
I did read the not-short guideline(very good one) but overlookedjojobarjo32 wrote:Everything is explained in the Coding Guidelines page(look after the explanation for BEGINELSE)

"Another way of checking if a loop contains values is by prefixing the loops name with a dot: ..."
Thank you for your quick response!