From professional translators, enterprises, web pages and freely available translation repositories.
the lookup function looks up the first parameter in the lookup vector. it returns a value in the result vector with the same index as the matching value in the lookup vector. if value is not in the lookup vector it takes the next lower one. if no value in the lookup vector matches an error is returned. the lookup vector must be in ascending order and lookup and result vector must have the same size. numeric values, string and boolean values are recognized. comparison between strings is case-insensitive.
Функцыя lookup знаходзіць першы параметр у вектары пошуку. Вяртаецца значэнне ў выніковым вектары ў той жа пазіцыі, што і знойдзенае значэнне ў вектары пошуку. Калі значэнне не знойдзена, будзе скарыстана найблізкае найменшае. Вектар пошуку павінен быць адсартаваны па ўзрастанні і абодва вектару павінны мець аднолькавы памер. Падтрымліваюцца лікавыя значэнні, радкі і лагічныя значэнні. Параўнанне радкоў адбываецца без уліку рэгістра.