Jump to content



Photo

Creating Graphs


  • Please log in to reply
1 reply to this topic

#1 zasxes

zasxes

    Wayfarer

  • Active Members
  • Pip
  • 51 posts

Posted 02 April 2004 - 10:37 PM

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





#2 scriptkitty

scriptkitty

    Universalist

  • Active Members
  • PipPipPipPipPipPip
  • 1,274 posts

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