240. INVALID USE OF @TABLE() OUTPUT FUNCTION.
The model contains an invalid reference to the @TABLE() function. The valid forms of arguments lists for @TABLE() are:
• | @TABLE( AttrName|SetName) |
• | @TABLE( AttrName|SetName, HzPrimSet) |
• | @TABLE( AttrName|SetName, HzPrimSet1,…, HzPrimSetI) |
• | @TABLE( AttrName|SetName, HzPrimSet1,…, HzPrimSetK) |
• | @TABLE( AttrName|SetName, HzPrimSet1,…, HzPrimSetN, NHz) |
Currently, @TABLE() output can only be routed to etiher the standard output device or text files via the @TEXT() interface function.