|   |  
inselect オペランドの仕様が解りません。再現マクロですが。 
test data line. - 1 を処理したとき、 
test1.mac は動きます。 
test2.mac は動きません。 
test3.mac は動きます。 
 
検索、置換の時に、inselect が無効となる条件を教えて下さい。 
宜しくお願いします。 
 
test data line. - 1 
 
//  test1.mac 
    dupline; 
    selectline; 
    replaceallfast ".", "~", regular, inselect; 
endmacro; 
 
//  test2.mac 
    dupline; 
    golinetop2; beginsel;   golineend2; 
    replaceallfast ".", "~", regular, inselect; 
endmacro; 
 
//  test3.mac 
    dupline; 
    golinetop2;insert "@";  beginsel;   golineend2; 
    replaceallfast ".", "~", regular, inselect; 
    golinetop2; delete; 
endmacro; 
 
			 | 
		  
	 |