You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I want a definition table that will generate a large number of similar variables (such as g1, ..., g4 below), the only way to currently do this is by calling defData for each instance. If they are truly identical, I'd like to make it possible with a single call.
@assignUser I created functions defRepeat and defRepeatAdd in branch def-data-enhancements. I took a look at creating a test, but not entirely clear one would be appropriate here since the functions are largely derivative of defData and defDataAdd, respectively. I couldn't find a unit test for defData or defDataAdd, which I was hoping would serve as a model. If you have a chance, take a quick look, and let me know what you think.
If I want a definition table that will generate a large number of similar variables (such as g1, ..., g4 below), the only way to currently do this is by calling
defData
for each instance. If they are truly identical, I'd like to make it possible with a single call.The text was updated successfully, but these errors were encountered: