Search results

  1. T

    HTTP Request (GET)

    I'm trying to implement a functionality to read titles through a URL on the internet. I thought of creating a JSON page and hosting the code below: { "01": "Title 01", "02": "Title 02", "03": "Title 03" } I need to save the data above individually in a variable of type Dictionary...
  2. T

    How to not allow repetition in what was displayed? Help me, please.

    Hello. I'm having trouble implementing a function in this macro. I believe that for programmers it should be something very easy. The purpose of the macro is to display a title a few times (number of views is random), choosing between 5 available titles. (Note: it was poorly implemented, but it...
Top