replaceallfastの置換文字数について@No.04588
プックン さん 05/02/16 23:15
 
秀丸担当さま、こんばんは
replaceallfastを実行するマクロで、質問があります。
下記のようなマクロを実行したときに、置換文字列がすべて使用されず、259文字だ
けしか
使用されません。
これは仕様でしょうか?。

$$1 = "a" ;
$$2 = "123456789012345678901234567890123456789012345678901234567890123456789
0123456789012345678901234567890__100__89012345678901234567890123456789012345
6789012345678901234567890123456789012345678901234567890__200__89012345678901
2345678901234567890123456789_250_5678A01234567890123456789012345678901234567
890__300__890123456789012345678901234567890123456789012345678901234567890123
456789012345678901234567890__400__890123456789012345678901234567890123456789
012345678901234567890123456789012345678901234567890__500__890123456789012345
678901234567890123456789012345678901234567890123456789012345678901234567890_
_600__8901234567890123456789012345678901234567890123456789012345678901234567
89012345678901234567890__700__8901234567890123456789012345678901234567890123
45678901234567890123456789012345678901234567890__800__8901234567890123456789
01234567890123456789012345678901234567890123456789012345678901234567890__900
__89012345678901234567890123456789012345678901234567890123456789012345678901
2345678901234567890" ;
replaceallfast $$1 ,$$2 ; //高速全置換

環境
秀丸エディタVer4.14
OS:Windows2000 SP4

[ ]
RE:04588 replaceallfastの置換文字数につNo.04589
h-tom さん 05/02/17 00:18
 

h-tom です。

>下記のようなマクロを実行したときに、置換文字列がすべて使用されず、
>259文字だけしか使用されません。
>これは仕様でしょうか?。

現状では仕様。
詳しくは以下を参照。
http://hidemaruo.dip.jp:81/turukame/turukame_3/x05793.html
http://hidemaruo.dip.jp:81/turukame/turukame_1/x06318.html
http://hidemaruo.dip.jp:81/turukame/turukame_2/x07250.html

[ ]
RE:04589 replaceallfastの置換文字数につNo.04590
プックン さん 05/02/18 01:53
 
h-tomさん、こんばんは。

情報ありがとうございました。

[ ]