Applies To:
  • CitectSCADA 1.xx, 2.xx, 3.xx, 4.xx, 5.xx

Summary:
I noticed that you don't always need a ";" after statements in Cicode.  Can you give me a clarification on where to use the ";" and where you can get away without it?

Solution:
You should always place a ";" after a Cicode statement.  The compiler is a little liberal in checking for the ";", but you should always put one there.  There is no extra overhead in placing the semicolon and it makes the detection of compiler errors much easier.

Keywords:
 

Attachments