10 lines
266 B
Text
10 lines
266 B
Text
Repeat(ALL) {
|
|
Search("<Student|X", ERRBREAK)
|
|
#1 = Cur_Pos
|
|
Match_Paren()
|
|
if (Search_Block(/Name=|{",'}/, #1, Cur_Pos, BEGIN+ADVANCE+NOERR+NORESTORE)==0) { Continue }
|
|
#2 = Cur_Pos
|
|
Search(/|{",'}/)
|
|
Type_Block(#2, Cur_Pos)
|
|
Type_Newline
|
|
}
|