- Код: Выделить всё
Open "out/tara.uvmdat" For Input As #1
Do Until EOF(1)
Line Input #1, txt
txtTara = alltxt + txt + vbCrLf
Loop
Close #1
lblTara.Caption = txtTara & " %"
Open "out/tara.uvmdat" For Input As #1
Do Until EOF(1)
Line Input #1, txt
txtTara = alltxt + txt + vbCrLf
Loop
Close #1
lblTara.Caption = txtTara & " %"
lblTara.Caption = txtTara & " %"
"out/tara.uvmdat"
Open "some_path" For Input As #1
Do Until EOF(1)
Line Input #1, txt
Loop
Close #1
dim ff as integer
ff=freefile
Open "some_path" For Input As #ff
Do Until EOF(ff)
Line Input #ff, txt
Loop
Close #ff
& " %"
Dim txt As String, txtTara As String
Open "out\tara.uvmdat" For Input As #1
Do Until EOF(1)
Line Input #1, txt
txtTara = txtTara & txt & vbCrLf
Loop
Close #1
MsgBox txtTara & " %"
Сейчас этот форум просматривают: AhrefsBot, Google-бот и гости: 16