User: sysdemo -- 2007-12-05 << 53 55 >> |
Hits: 5149 |
Type: Text generator |
Search all Text generator examples |
Description: |
Make batch text with loop n1=1..6, n2=2,4,6,2,4,6 n3=3,6,3,6,3,6 |
Output Sample: |
test batch n1=1, n2=2, n3=3 test batch n1=2, n2=4, n3=6 test batch n1=3, n2=6, n3=3 test batch n1=4, n2=2, n3=6 test batch n1=5, n2=4, n3=3 test batch n1=6, n2=6, n3=6 |
Answer: |
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
1. Ctrl-h open replace dialog 2. Select "Advanced" frame, enter "insert begin text" window as following: 3. Click "Replace", it's ok. Syntax: make_batch(text,count start1, step1, stop1, fmt1, start2, step2, stop2, fmt2, start3, step3, stop3, fmt3) Count=10, number of commands is 10 batch_no1 start=1, step=1, end=10 batch_no2 start=2, step=2, end=8 ... |
Download Script: scripts/54.rst.zip |
Screenshot 1: Replace_Advanced_Window |