Hi Everyone, I had a question: how do you refer to an option for a number list? for instance,
suppose I write an .ado file where t(numlist) is an OPTIONAL element, so the user could input t(10
20 30 40 50) or no t at all. If I want to write a case-selection statement that looks like:
if t has been input by the user {
...
}
else {
...
}