Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function OnScriptMacro_테스트()
- {
- HAction.GetDefault("FindDlg", HParameterSet.HFindReplace.HSet);
- HAction.Execute("FindDlg", HParameterSet.HFindReplace.HSet);
- HAction.GetDefault("AllReplace", HParameterSet.HFindReplace.HSet);
- with (HParameterSet.HFindReplace) {
- MatchCase = 0;
- AllWordForms = 0;
- SeveralWords = 0;
- UseWildCards = 0;
- WholeWordOnly = 0;
- AutoSpell = 0;
- Direction = FindDir("AllDoc");
- IgnoreFindString = 0;
- IgnoreReplaceString = 0;
- FindString = "{{처음말}}";
- ReplaceString = "{{바꿀말}}";
- ReplaceCharShape.ShadeColor = RGBColor(217, 217, 9);
- ReplaceMode = 1;
- IgnoreMessage = 1;
- HanjaFromHangul = 0;
- FindJaso = 0;
- FindRegExp = 0;
- FindStyle = "";
- ReplaceStyle = "";
- FindType = 1;
- }
- HAction.Execute("AllReplace", HParameterSet.HFindReplace.HSet);
- }
Advertisement
Add Comment
Please, Sign In to add comment