Question
Create A variable with a function
Is it possible to create variables with a function? I don't mean create my own variable in a function but actually have the function create a unique variable name (eg. exam1, exam2 and so on) they would all have the same data type. If so can anyone point me to an in depth resource on how it works. Thanks!