Jump to content
xisto Community

cached

Members
  • Content Count

    3
  • Joined

  • Last visited

  1. Im a 15 year old male. I feel young now . Thanks!By the way, I noticed that males tend to use computers more too. Do you thing it is nature or nurture that causes this split in who does what. I tend to side with nurture more but out of me and two sisters (one older, one younger) I was by far more drawn to the computer than the other two when my dad brought home a windows 2.5 (I was 4 then... so my little sister probably had a good reason not to be fascinated, given that I am 2 years older than her and computers then were less attractive than they are now, with a big switch on the case, etc)
  2. cached

    Parsing

    It's quite simple, really. All you need is an INET control (called INET1 for the sake of not repeatedly calling it an INET control) and a textbox named txtparsethis (same reason as inet1) First make sure that the textbox is multiline. To get the page source into the textbox, do txtparsethis.text = Inet1.OpenURL("http://forums.xisto.com/no_longer_exists/;) Lets say that you are parsing the amount of points someone has here on this site. After making sure you are logged in, get the source, which is at http://forums.xisto.com/. Then after looking at the source, look at the thing that preceeds the points you have and is after the points you have. let strone = preceding and strtwo being the thing after it, do startlook = instr(1, txtparsethis.text, strone) + len(strone) endlook = instr(startlook,txtparsethis.text,strtwo) pointsstr = mid(txtparsethis,startlook,endlook) points = val(pointsstr)
  3. Nice double post Roly . I doubt this really happened given that there is freedom of speech, and unless the school policy is very akward, not allowing for a fair trial, then this would be a false story. On another note, what could the student have said. You cant just say "I used PHP" withouut talking about websites first or later. Nice laugh though.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.