|
相关的函数
1 @9 V4 |6 v; B6 XMOM_set_seq_on7 i- G/ q6 y* e$ p4 r
MOM Commands% z2 X- Y$ q% y! J# ]1 ~! S
Allows output of the sequence number if a SEQUENCE specifier was given in the definition file. Return the sequence setting at the time the command is exectued. Example: set current_status [MOM_set_seq_on] ... if ($current_status = = ''off'') { MOM_set_seq_off } 1 @$ b! N: f* e# T
; `! }/ X# H6 Y5 ]9 B
MOM_set_seq_off
4 s3 i4 a, d: C0 ~( U, _ MOM Commands
4 w" n- D- U) ~ Does not output a sequence number. Returns the sequence setting at the time the command is exectued. Example: set current_status [MOM_set_seq_off] ... if ($current_status = = ''on'') { MOM_set_seq_on }
. q9 K$ E {/ r$ m3 F' F
& u, L) Y0 b, F# [# Q! NMOM_reset_sequence$ I, d- b+ b! a8 Z4 ~
MOM Commands. {- c: T8 V+ Q3 ~/ g5 W
A sequence is a block template that is output at the beginning of each line. It will typically be used to output sequence numbers but it may also be used to output any block template. Example: MOM_reset_sequence 10 10 1 |
|