메모장 구구단 2단~9단 출력-2

SimpleHotkey_Script|2022. 3. 9. 10:18

스크립트 예제
<string,a=2><string,b=1>
	<Repeat,8>[
		<Repeat,9>[
			<If,a=5>[5단은 무시⇒<ExitRepeat>]
			<calc,c=a*b>
			<sendkey,a>x<sendkey,b>=<sendkey,c>⇒
			<calc,b=b+1>
		]
	<calc,a=a+1>
	<string,b=1>⇒
    ]

스크립트를 복사한 후, 메모장에서 실행 해보세요.

구구단 5단은 무시하고 2단부터 9단까지 출력 됩니다!!

댓글()