View Single Post
Old 29 January 2018, 20:26   #72
Fjolsvith
 
Posts: n/a
This is the code I'm trying to get to work:

Code:
Options RESULTS

address 'status >t:binkdstatus'
tempfile='t:binkdstatus'
CALL Open('infile',tempfile,'r')

foundbinkd='false'
do while ~EOF('infile')
  text=ReadLn('infile')
  text=SUBSTR(text, 30)
  if text='binkd' then found='true'
end
Close('infile')
 
 
Page generated in 0.04320 seconds with 11 queries