#4943
wOxxOm
Member

thank you very much, I will use this:

x=document.selection.GetActivePointX(eePosView);
y=document.selection.GetActivePointY(eePosView);
document.selection.SelectWord();
document.selection.ChangeCase(eeCaseUpperCase);
document.selection.SetActivePoint(eePosView,x,y,false);