pbohm
As an example the command that writes the text for the distance in points between PP and PP_R1 is drawTextAbsolute(2,(vLastPPR1+vLastPP)/2,PP_PPR1.toFixed(2)*1,Color.blue,null,Text.BOLD|T ext.VCENTER,"Arial",10,"R1gap");
where the vertical position of the text is defined by (vLastPPR1+vLastPP)/2 which is the half way point between those Pivots. Replace that value with one of your chosing that is more indicated for the interval/symbol used.
Alex
Comment