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