13/09/15 02:55:33.64 WDCJrexA0
>>633 つづき
##p = ##q + dllfunc("GetLastMatchLength");
$$k = midstr($$json, dllfunc("GetLastMatchTagPosition", 1), dllfunc("GetLastMatchTagLength", 1));
$$v = midstr($$json, dllfunc("GetLastMatchTagPosition", 2), dllfunc("GetLastMatchTagLength", 2));
##q = strstr("," + $cols, "," + $$k + ":");
if (##q < 0) continue;
##i = val(midstr($cols, ##q + strlen($$k) + 1));
$$s[##i] = $$v;
}
##i = 0;
while (##i < #c) { insert $$s[##i] + midstr($c, ##i, 1); ##i = ##i + 1; }
freedll;
endgroupundo;
というか入力が JSON っぽいんだから JScript で書いて秀丸から呼び出せばいいものを
何の必然があってわざわざ秀丸マクロで書かなきゃいけないんだ?