out = '' if ( getValue('topografi.mangler.odxt') == '' or getValue('topografi.mangler.osin') == '' ) then out = out .. 'Topografi, ' .. getValue('topografi.metode') .. ':\n' end if ( getValue('topografi.mangler.odxt') == '' ) then out = out .. 'o.dxt: ' .. getValue('topografi.bedoemmelse.odxt') .. '\n' end if ( getValue('topografi.mangler.osin') == '' ) then out = out .. 'o.sin: ' .. getValue('topografi.bedoemmelse.osin') .. '\n' end return out value = 0 timestamp = 0 source = '' if( missing_eye_odxt ) then if( missing_eye_odxt.value and missing_eye_odxt.value == '' ) then value = '' timestamp = missing_eye_odxt.timestamp else value = 'mangler' timestamp = missing_eye_odxt.timestamp end end return value, timestamp, source value = 0 timestamp = 0 source = 'pracro' if( missing_eye_osin ) then if( missing_eye_osin.value and missing_eye_osin.value == '' ) then value = '' timestamp = missing_eye_osin.timestamp else value = 'mangler' timestamp = missing_eye_osin.timestamp end end return value, timestamp, source