Error Messages/43026
< Error Messages
Revision as of 18:38, 30 September 2013 by Lchrisman (talk | contribs) (Created page with "= Example Error Message = :Repeated parameter forwarding is not supported with the Table function. So, for example, you cannot use <code>Ta...")
Example Error Message
- Repeated parameter forwarding is not supported with the Table function. So, for example, you cannot use
Table(...inds)
.
Description
Although the index list of the table functions (Table, IntraTable, DetermTable, ProbTable and MultiTable) is a repeated parameter, the feature called Repeated Parameter Forwarding is not supported for these functions.
If the feature were supported, it would allow you to dynamically compute the dimensionality of an edit table using Table(...inds
, when «inds» is a variable or expression that computes a list of handles to indexes. The Table Splicing capability in Analytica is not capable of dealing with this, so Repeated Parameter Forwarding is not available in this particular case.
The Array function does support Repeated Parameter Forwarding, so Array(...inds,0)
does work, and might provide you with what you want.
See Also
Comments
Enable comment auto-refresher