out = ''
if ( getValue('autorefractor.odxt.missing') == '' )
then
out = out .. 'Autorefraktion, o.dxt: ' .. getValue('autorefractor.odxt.sfere') .. ' sf'
if ( getValue('autorefractor.odxt.cyl') ~= '' )
then
out = out .. ', ' .. getValue('autorefractor.odxt.cyl') .. ' cyl'
end
if ( getValue('autorefractor.odxt.grader') ~= '' )
then
out = out .. ', ' .. getValue('autorefractor.odxt.grader') .. ' grader\n'
else
out = out .. '\n'
end
end
if ( getValue('autorefractor.osin.missing') == '' )
then
out = out .. 'Autorefraktion, o.sin: ' .. getValue('autorefractor.osin.sfere') .. ' sf'
if ( getValue('autorefractor.osin.cyl') ~= '' )
then
out = out .. ', ' .. getValue('autorefractor.osin.cyl') .. ' cyl'
end
if ( getValue('autorefractor.osin.grader') ~= '' )
then
out = out .. ', ' .. getValue('autorefractor.osin.grader') .. ' grader\n'
else
out = out .. '\n'
end
end
return out