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