oh. Weird. Sorry, that was my bad, I missed the Lua/uBasic columns (reading too fast)
Why did it work in the earlier build? was the get_dofinfo() function added/changed between 1718 and 1725?
and so I understand how to change, I need to change
hyfDist = get_hyp_dist()
to
dof=get_dofinfo()
hyfDist = dof.hyp_distthat doesn't seem so bad...
Thanks for your patience.