[Gambas-user] Read in EXEC..... to Rob
LB Audio
lbaudio at ...172...
Fri Oct 29 17:43:36 CEST 2004
Hello Rob
ERROR
Message error in Gambas: Error -> End OF File
PUBLIC SUB Process_Read()
DIM sData AS String
DIM l AS String
DIM t AS String
READ #LAST, sData, -255
IF LAST.Id = $hprocess.Id THEN
LINE INPUT #$hprocess, l ->>>>>>>>>>>>>>>>>>>>>>> Error
IF Instr(l, "Time: ") THEN
t = Mid(l, Instr(l, "Time: ") + 6, 8)
' do something with t now...
label1.Caption = t
ENDIF
ENDIF
END
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20041029/aa189829/attachment.html>
More information about the User
mailing list