Difference between revisions of "TUFLOW Message 2309"

From Tuflow
Jump to navigation Jump to search
(Created page with '{{TUFLOW_Message |tuflow_message=ERROR 2309 - No "End If" specified for "If Scenario == ",a, |alt_msg=NA |type=ERROR |message_desc=???? |suggestions=???? |discussion_page=* [...')
 
Line 3: Line 3:
 
|alt_msg=NA
 
|alt_msg=NA
 
|type=[[ERROR]]
 
|type=[[ERROR]]
|message_desc=????
+
|message_desc=There is no <font color="green"><tt>End If</tt></font> associated with <font color="green"><tt>If Scenario == </tt></font> statement.  An example of a valid <font color="green"><tt>If Scenario == </tt></font> is given below:<br>
|suggestions=????
+
<font color="green"><tt>If Scenario == Dev </tt></font><br>
 +
<font color="green"><tt>          Read GIS Mat == shp\2d_mat_Developed_Layout_001.shp</tt></font><br>
 +
<font color="green"><tt>End If </tt></font><br>
 +
 
 +
Every <font color="green"><tt>If Scenario </tt></font> scenario should have an <font color="green"><tt>End If</tt></font>.
 +
|suggestions=Insert <font color="green"><tt>End If</tt></font> statement for listed <font color="green"><tt>If Scenario == </tt></font>.
 
|discussion_page=* [[Talk:TUFLOW Message 2309|Discuss Message 2309]]
 
|discussion_page=* [[Talk:TUFLOW Message 2309|Discuss Message 2309]]
 
|link3=''
 
|link3=''

Revision as of 12:00, 22 February 2011

TUFLOW Message
ERROR 2309 - No "End If" specified for "If Scenario == ",a,

Alternate Message
NA

Message Type
ERROR

Description
There is no End If associated with If Scenario == statement. An example of a valid If Scenario == is given below:
If Scenario == Dev
Read GIS Mat == shp\2d_mat_Developed_Layout_001.shp
End If

Every If Scenario scenario should have an End If.

Suggestions
Insert End If statement for listed If Scenario == .


Up
Go-up.png 2xxx Messages