As comments shown, isEmpty() is a VBA native function, not in JS. Here we use this as replacement: function isEmpty(strIn) { if (strIn === undefined) ...
確定! 回上一頁