2023년 4월 24일 월요일

Randomly print out letters, 10 digits

 


Scrtip
<repeat,10>[
<String,A=(Ran_String)>
<sendkey,A>
]⇒

<repeat,10>[
<String,A=(Ran_String+)>
<sendkey,A>
]⇒

<repeat,10>[
<String,A=(Ran_Number)>
<sendkey,A>
]⇒


Use the Ran_String command to generate one random string.
Ten random characters are keystrokes using the repetition statement together.
The Ran_String+ command is a command that generates capital letters.

Look at the example, and test the random text value!!!

댓글 없음:

댓글 쓰기

매크로 프로그램 비교 분석: 어떤 프로그램이 좋을까?

안녕하세요! 여러분의 소중한 시간을 잡아먹는 반복적인 작업들, 정말 지겹지 않으신가요? 저는 매일 같은 작업을 반복하며 지루함을 느끼던 중, 마법 같은 존재인 ‘매크로 프로그램’을 알게 되었답니다. ​ 저처럼 반복적인 작업에 지쳐있는 분들을 위해, 제...