精華區beta mud_sanc 關於我們 聯絡資訊
J-085 filesize 原文:returns the number of lines or number of records in the ith file (opened with the #FILE command) 中文:回報目前正打開的文件編號,內容有幾行。(使用#file指令開啟文件檔。) 格式:%filesize(i) 範例:#FILE 1 "kagi.txt"    #SHOW %filesize(1)    #CLOSE 1    打開文件檔:kagi.txt,位置編在第1號。    顯示第1號文件內容有幾行。