06/11/27 15:54:34 aS6yLCHU0
>>64
&はいらない模様。
テストウインドウ = "ABC"
Name = "test1"
Active = TRUE
Limit = 256
Match = "A(*)\0C$SET(0=D)"
Replace = "1\03"
Name = "test2"
Active = TRUE
Limit = 256
Match = "A\0C$SET(0=D)"
Replace = "1\03"
Name = "test3"
Active = TRUE
Limit = 256
Match = "A(\0)C$SET(0=D)"
Replace = "1\03"
test1だけBのまま。 (...)\0で取り込む場合は&がいる。