I have one program writing info to a comma delimited file. If their any way for another program to monitor that info and display averages of each column in a graph of even just text that updates every second
Creating Graphs
Started by
zasxes
, Apr 02 2004 10:37 PM
1 reply to this topic
#1
Posted 02 April 2004 - 10:37 PM
#2
Posted 02 April 2004 - 11:02 PM
Quick example of constantly checking a log file:
$line=1 $file="test.log" While 1 sleep(10) $linetext=FileReadLine("test.htm",$line) If @error = -1 Then $line=$line-1 Else If $line<>"" Then Tooltip($linetext,0,0) $line=$line+1 EndIf Wend
AutoIt3, the MACGYVER Pocket Knife for computers.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users




