<http://forum.pspad.com/read.php?f=2&i=11062&t=11062> 
----------------------------------------------------------------

I use very often the "insert text into lines" option. For exemple, to
transform something like :

"Nom"
"Prenom"
"Adresse"
"Cp"
"Ville"
"Pays"
"email"
"Tel"

Into something like :

TabData(1) = "Nom"
TabData(2) = "Prenom"
TabData(3) = "Adresse"
TabData(4) = "Cp"
TabData(5) = "Ville"
TabData(6) = "Pays"
TabData(7) = "email"
TabData(8) = "Tel"

It's just so usefull !!

BUT : when numering the lines, I can't find a way to tell PS Pad not to
add a space after the line number. 

In my exemple, when choosing the numbering action, fill 1 into the start
number, then 1 in the number of digits, and in the last input indicate ")
= ", I get :

1) =  "Nom"
2) =  "Prenom"
...

There are 2 white spaces after the equal sign : the one I indicated, plus
an extra space added by PS Pad. 
In this case this is not a problem, but there are others where this extra
space would be unwanted. Could PS Pad just don't add anything else that
what's indicated in the last input field ?

Thanks !

-- 
PSPad freeware editor http://www.pspad.com

Reply via email to