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
in a do file?
i.e can you have a response for
Code:
di in yellow "Please enter a title : " _request(_title)
Comment