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