TUFLOW Message 2310: Difference between revisions

From Tuflow
Jump to navigation Jump to search
Content deleted Content added
Created page with '{{TUFLOW_Message |tuflow_message=ERROR 2310 - "End If" found in incorrect location. |alt_msg=NA |type=ERROR |message_desc=???? |suggestions=???? |discussion_page=* [[Talk:TUF...'
 
No edit summary
Line 3: Line 3:
|alt_msg=NA
|alt_msg=NA
|type=[[ERROR]]
|type=[[ERROR]]
|message_desc=<font color="green"><tt>End If</tt></font> statement is in the wrong location. This command should follow a <font color="green"><tt>If Scenario == </tt></font> command. Every <font color="green"><tt>If Scenario </tt></font> scenario should have an <font color="green"><tt>End If</tt></font>. For more details on <font color="green"><tt>If Scenario == </tt></font> logic see Section 4.12.2 of 2010 TUFLOW manual.
|message_desc=????
|suggestions=Make sure <font color="green"><tt>End If</tt></font> appears after an <font color="green"><tt>If Scenario == </tt></font>
|suggestions=????
|discussion_page=* [[Talk:TUFLOW Message 2310|Discuss Message 2310]]
|discussion_page=* [[Talk:TUFLOW Message 2310|Discuss Message 2310]]
|link3=''
|link3=''

Revision as of 12:04, 22 February 2011

TUFLOW Message
ERROR 2310 - "End If" found in incorrect location.

Alternate Message
NA

Message Type
ERROR

Description
End If statement is in the wrong location. This command should follow a If Scenario == command. Every If Scenario scenario should have an End If. For more details on If Scenario == logic see Section 4.12.2 of 2010 TUFLOW manual.

Suggestions
Make sure End If appears after an If Scenario ==


Up
2xxx Messages