An another script idea is this:

Generate a set of lines at once.

Sometimes i need a couple of lines the belong together like

Name001=
App001=
Para001=
Folder001=
Icon001=

Name002=
App002=
Para002=
Folder002=
Icon002=

Name003=
App003=
Para003=
Folder003=
Icon003=

.
.
.
Now i imaging an script can do that and wrote lines like
Name
App
Para
Folder
Icon

and automatically increase the numbers: 
first 001, the 002, the 003...

InputBox("Prefix for each line",,)

InputBox("lines. Separate by comma:",,,)
Name, App, Para, Folder, Icon
<Split into array by comma>

InputBox("start number:",,001)

InputBox("how many?:",,2)

InputBox("Suffix for each line",, = )

-- 
<http://forum.pspad.com/read.php?2,40623,40624>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem