PasteOptions

ScottMattes

Member³
What am I doing wrong? I want this

this, that, another

to look like this after the paste

= this
= that
= another

Here is my PasteOptions.ini entry (there are tabs between each column)

Code:
LineToLines	replace ,	/#13//#10/
LineToLines	begin	=
 
This one works for me:

Code:
LineToLines	replace	,	/#13//#10/
 LineToLines	replace	/#32/
 LineToLines	beginlines	=
greetings,
Uli
 
Uli,
Thank you!

But, what is the second line replacing #32 for?

And, am I missing something, cause I always have to shut PLSD down and restart it to get the new entry to show up.
 
Scott,

the second line is just to remove blanks:

without it 'name, surname' would be pasted as
=name
= surname

And yes, according to the help you have to restart to make changes visible.

greetings,
Uli
 
This is real strange. I got a test entry to work by removing everything else in the .ini, but then once that worked I could not get the stuff I really wanted (the stuff that worked on the first PC) to work.

I think I give up and wait until the next release.
 
Back
Top