Will this affect my action chain? Calculates #percentread from this, often makes 34.58324424%.
Code:
program:
if
globals(currentPage)==''
then
$#percentread
else
totalpage = $#pagecount;
currentpage = globals(currentPage=1);
newpercent = multiply ((currentpage / totalpage), 100)
fi