How to store in local macro a list of fractions. For example:
Code:
local ratios ""1487/1141" "791/620""
local ratio : word 1 of `ratios'
display `ratio'
displays the result of diving 1487 by 1141. But what I want in `ratio' is the string "1487/1141"
Any suggestions?