Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • _request help

    I have a program which request some user inputs when it runs, however I was wondering for people who know the answers to the request is there a way to make a do file with the responses for each request?

    i.e can you have a response for
    Code:
    di in yellow "Please enter a title : " _request(_title)
    in a do file?

  • #2
    After a lot of digging the answer is _request2 this can be used in a do file

    Comment

    Working...
    X