Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9170275
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T15:59:40+00:00 2026-06-17T15:59:40+00:00

This may be a little different from most questions, because it deals with Game

  • 0

This may be a little different from most questions, because it deals with Game Maker Language.

What my program does:

Downloads an HTML page
Reads the page into a variable
Reads text in the first of a specific HTML tag

The last part is my problem. Under the first tag <h3><a HREF="dynamic content">TEXT HERE</a></h3> is the text I need to retrieve. Now, there are many of those lines in the document, I must get the first one. Also, one problem is that the HREF content does change every time this site is updated (Why I put ‘dynamic content’ there).

How do I process the variable to eliminate all text around the h3 tags, and how do I get the text data into its own variable without any clutter?

This is complicated in GML, I know. Much thanks to anyone who knows how to do this!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T15:59:41+00:00Added an answer on June 17, 2026 at 3:59 pm

    With the code function here, I have finally fixed my own problem. Hopefully this helps someone, sometime.

    //Variable to store original file data 
    working = argument0
    
    //Isolate string to h3 hyperlink 
    position = string_pos("<h3><a>",working) 
    working = string_delete(working,1,position) 
    
    //Delete all content after the version number 
    position = string_pos("</a></h3>",working) 
    working = string_delete(working,position, string_length(working) ) 
    
    return working
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This question is a little different from the others I've found here. My In
I prefer to use tab than white space (may be a little different from
This may be a little hard to describe since I don't have a sample.
I realize something like this has been asked, but this may be a little
This question may seem a little bit stackoverflow-implementation specific, but I have seen a
This need may sound a little convoluted, and if so, then I am open
This problem may be a little broad, but I'm going to go ahead and
Quoting questions from http://www.garfieldtech.com/blog/put-up-with-put ( this is for the Drupal open source project, a
This may sound impossible but read on. I need to learn jQuery a little
I am reading in statistical data from running a program with different configurations. Let's

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.