I haven't used Perl to parse Java. But it's a good tool for parsing
all kinds of text, as in the original question.
Richard
} Richard,
} dont know Perl but Daniel is spot on for VB and VC..
} Now, in Perl can you look at Java Window and parse it?
} To give you an example - in VB i find JAva window through API's and copy th
} e content and parse it. Fortunately it is in text format. It is an awkward
} step as you need to focus mouse on that window.
} Can you look inside the java window using perl and parse it?
} I just need direction - if yes i will learn about it.
} Thanks
} David
}
toggle quoted message
Show quoted text
} ----- Original Message -----
} From: Richard Foulk=20
} To: twsapi@...=20
} Sent: Saturday, June 15, 2002 1:24 AM
} Subject: Re: TWSAPI: General: Anyone know how to refrence a webpage and r
} ead it?
}
}
} } Does anyone know how to refrence a webpage and read its content
} } programatically?
} }
} } A friend of mine was able to read the CME settlement page and get the
} } settlement price for SPoos and Noodles using ensign charting scripts
} }
} } Here is the site:
} }
} } .
} } html
} }
} } It apparently is in a delimited format and can be read. Any ideas on
} } how to do that in VB or C++
} }
} } Useful for including Net change in your spreadsheets, without relying
} } on a secondary feed or manual entry.
} }
} } Scott
} }
}
} I do that stuff in Perl all the time.
}
} BTW: just got some stuff back from IB ... they say they sample quotes
} every .7 seconds. So I guess the filtering isn't very complex ...
}
} Oh and Noodles? Are you from Jay's Smurf room? :-)
}
}
} Richard