Difference between revisions of "TUFLOW Message 2310"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
|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=<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. | ||
|suggestions=Make sure <font color="green"><tt>End If</tt></font> appears after an <font color="green"><tt>If Scenario == </tt></font> | |suggestions=Make sure <font color="green"><tt>End If</tt></font> appears after an <font color="green"><tt>If Scenario == </tt></font> | ||
+ | |||
+ | This message may also be reported as, and for more information see, [[TUFLOW_Message_0041|Message 0041]]. | ||
+ | |||
|discussion_page=* [[Talk:TUFLOW Message 2310|Discuss Message 2310]] | |discussion_page=* [[Talk:TUFLOW Message 2310|Discuss Message 2310]] | ||
|link3='' | |link3='' |
Revision as of 09:29, 20 September 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 ==
This message may also be reported as, and for more information see, Message 0041.
Up |
---|
2xxx Messages |