#10313
Stefan
Participant

Thanks for the link! :-)
That seems to be an old need for many.
I still wonder why such basics are not in the Edit menu.

Meanwhile i got an Problem:

My last macro was developed
with “Head-start version v11.1.7 beta”

And there it works fine. Even with the line
o.SetActivePoint(eePosLogical, 1, yPosEnd, True);

On THIS pc i tested it now with 11.0.5
and got an problem:

If i use the above line
o.SetActivePoint(eePosLogical, 1, yPosEnd, True);
then the “True” is not highlighted
because it has to be lower case. OK. Fine.

But, the script is working with that Upper case True.
But then, after the selecting is done,
i got the message: (“True is not defined”)

OK, i can change it to lower case “true”
o.SetActivePoint(eePosLogical, 1, yPosEnd, true);

The true is highlighted now,
but the script does not work anymore.
It seems it do something, but nothing is selected.

Where is the bug? :-D

Update, checked again:
with v11.1.7 beta only the upper case “True” works too.
There is no message as with 11.0.5 after the selection.
If i change to lower case “true”, the word is highlighted
but the script does not work here too. Only with “True”.