한글2024, 조건식 찾기 바꾸기에서 오류가 납니다.
function OnScriptMacro_script25()
{
HAction.GetDefault(“AllReplace”, HParameterSet.HFindReplace.HSet);
with (HParameterSet.HFindReplace)
{
MatchCase = 0;
AllWordForms = 0;
SeveralWords = 0;
UseWildCards = 0;
WholeWordOnly = 0;
AutoSpell = 1;
Direction = FindDir(“Forward”);
IgnoreFindString = 0;
IgnoreReplaceString = 0;
FindString = “^n^n”;
ReplaceString = “^n”;
ReplaceMode = 1;
IgnoreMessage = 1;
HanjaFromHangul = 0;
FindJaso = 0;
FindRegExp = 1;
FindTextInPicture = 0;
FindStyle = “”;
ReplaceStyle = “”;
FindType = 1;
}
HAction.Execute(“AllReplace”, HParameterSet.HFindReplace.HSet);
}