Hi,
I want to write a AutoIt script to translate the following strings format, can someone help me?
Thanks.
FROM:
forloop param1 {2 3} param2 {9 10} {
The result is output1=$param1 output2=$param2
}
TO:
The result is output1=2 output2=9
The result is output1=2 output2=10
The result is output1=3 output2=9
The result is output1=3 output2=10