Question
How to add pica values without converting to points
Hi,
i need a java script for InDesign CS2 immediately that should help me to add two pica values without any conversion.
i tried the following script
app.selection[0]=[app.selection[0].geometricBounds[0],app.selection[0].geometricBounds[0],app.selection[0].geometricBounds[1],app.selection[2]+"1p6".geometricBounds[3]]
consider app.selection[0].geometricBounds[2]=8p0;
my output is 8p6.001
thanks in advance........
Regards,
subha
i need a java script for InDesign CS2 immediately that should help me to add two pica values without any conversion.
i tried the following script
app.selection[0]=[app.selection[0].geometricBounds[0],app.selection[0].geometricBounds[0],app.selection[0].geometricBounds[1],app.selection[2]+"1p6".geometricBounds[3]]
consider app.selection[0].geometricBounds[2]=8p0;
my output is 8p6.001
thanks in advance........
Regards,
subha
