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!!!

댓글 없음:

댓글 쓰기

Simple Hotkey Macro: Start Your Practice with the 2-Times Table!

 Hi there! Today, I'll show you how to easily use loops and variables with a simple macro example: creating the 2-times multiplication...