Results 1 to 4 of 4

Thread: Getting Text File from Web?

  1. #1
    Join Date
    May 2007
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Getting Text File from Web?

    What is the code in Scar to get a text file from a web site and display it in the news/dub box? Like in Starblaster100's Power Skills?

    ~MacroHawk

  2. #2
    Join Date
    Dec 2006
    Location
    Third rock from the sun.
    Posts
    2,510
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    SCAR Code:
    Text := GetPage('http://www.website.com');
    Writeln(Text);

    Have fun!

    Edit: And I'm glad to see you jumping right into scripting! That's kind of impressive

  3. #3
    Join Date
    May 2007
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks!

  4. #4
    Join Date
    Dec 2006
    Location
    Third rock from the sun.
    Posts
    2,510
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    Np

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Adding text to a file...
    By Drakan in forum OSR Help
    Replies: 3
    Last Post: 05-11-2009, 11:21 AM
  2. Replies: 4
    Last Post: 10-11-2008, 03:48 AM
  3. How To Read The Exact Text From A File?
    By Maninblack144 in forum OSR Help
    Replies: 5
    Last Post: 05-13-2008, 05:51 PM
  4. Writing to a text file
    By JNCR in forum OSR Help
    Replies: 2
    Last Post: 10-20-2007, 02:33 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •