Linux使用換行符( \n )表示新行,而不是Windows使用的回車+換行符( \r\n ) ... split(buff, vbLf) for i = 0 To UBound(lines) msgbox lines(i) next.
確定! 回上一頁