Previous Topic: Placement in the Output RecordNext Topic: Substituting Keywords in Control Statements


Example

Given Model Control Statements:

MODEL:  @   MYWORD = 'ABCDE'              (1) 
MODEL:  @   YOURWORD = 'EFGHI'            (2)

Review the outputs of the keyword substitution:

MODEL:  <MYWORD,2,3>,<YOURWORD> 

OUTPUT: BCD,EFGHI 

MODEL:  <MYWORD,2,3>,<YOURWORD! 

OUTPUT: BCD,              EFGHI 

MODEL:  <MYWORD,2,3>,!YOURWORD> 

OUTPUT: BCD,         EFGHI