real loadEx(anytype _date) { if ( typeof(_date) == Types::String) { return str2num(strReplace(any2str(_date), num2Char(160), '')); } else { throw error("Косяк с _date вышел"); } }