out = ''
if ( getValue('orbita.odxt.mangler') == '' )
then
out = out .. 'Orbita o.dxt:\n'
out = out .. 'Den retrobulbære resistance er ' .. getValue('orbita.odxt.resistance') .. '.\n'
out = out .. 'Hertelmål: ' .. getValue('orbita.odxt.hertelmaalx') .. '-' .. getValue('orbita.odxt.hertelmaaly') .. '/' .. getValue('orbita.odxt.hertelmaalz') .. '\n'
end
if ( getValue('orbita.osin.mangler') == '' )
then
if ( getValue('orbita.odxt.mangler') == '' )
then
out = out .. '\n'
end
out = out .. 'Orbita o.sin:\n'
out = out .. 'Den retrobulbære resistance er ' .. getValue('orbita.osin.resistance') .. '.\n'
out = out .. 'Hertelmål: ' .. getValue('orbita.osin.hertelmaalx') .. '-' .. getValue('orbita.osin.hertelmaaly') .. '/' .. getValue('orbita.osin.hertelmaalz') .. '\n'
end
return out