1樓:天南地北公路人
private sub ***mand1_click()dim id() as string
dim lenth as integer
open "c:\documents and settings\administrator\桌面\1.txt" for input as #1
do while not eof(1)
line input #1, tmp
lenth = lenth + 1
loop
close #1
redim id(0 to lenth) as stringopen "c:\documents and settings\administrator\桌面\1.txt" for input as #1
do while not eof(1)
input #1, id(i)
i = i + 1
loop
close #1
for i = 1 to lenth - 1if id(i) = text1(0).text thentext1(1).text = id(i + 1)text1(2).
text = id(i + 2)text1(3).text = id(i + 3)text1(4).text = id(i + 4)text1(5).
text = id(i + 5)end if
next
end sub
2樓:匿名使用者
我給你提供思路:
1,定義一個動態陣列
2,line input語句讀取文字檔案到動態陣列中3,迴圈查詢動態陣列
3樓:匿名使用者
假充文字檔名為c:\1.txt,程式**如下:
private sub ***mand1_click()dim r as string, s as strings = text1(0).text
open "c:\1.txt" for input as #1do while not eof(1)
line input #1, r
if r = s then exit doloop
line input #1, r
text1(1).text = r
line input #1, r
text1(2).text = r
line input #1, r
text1(3).text = r
line input #1, r
text1(4).text = r
line input #1, r
text1(5).text = r
close #1
end sub
畢業生檔案去向查詢 怎麼查詢檔案去向
畢業生檔案有以下幾種去向 1 暫留學校。如果畢業時沒有及時找到合適的工作可在校申請暫緩就業 在兩年內找到工作的,及時辦理取消暫緩手續,遷至工作單位或掛靠在人才市場。2 存放人才市場。未就業的畢業生,檔案掛靠在人才市場,享受人事服務,包括計算工齡 評定職稱 一年後轉正定級擁有幹部身份等等。3 畢業後檔...
Linux下查詢檔案的問題
這個很容易吧 在目錄下面執行 du ab grep 13655 a參數列明顯示所有檔案 不僅僅是資料夾 b參數列明以byte為單位輸出 預設是k,你要找的是byte yo 你這個還是wd的某款帶管理的網路硬碟吶?內嵌一個微型linux?有幾點錯誤,首先 這個頁面是 perl cgi程式生成的頁面,你...
如何在計算機中查詢檔案
1.首先要明確我復們需要在哪個制盤查詢什麼檔案。2.按住 win e 快捷鍵開啟檔案資源管理器。3.在視窗左小角選擇需要查詢的盤,如不清楚可選擇此電腦,在右上角有一個放大鏡的框裡輸入需要查詢的檔名或檔案型別。如 在c盤裡查詢11.txt。4.我們就找到了需要查詢的檔案了,如不清楚檔名,可用 代替。首...