Receives the length of the text list.
| Definition | D2TabTextListLength(i), Longinteger variable i = 1 ... CurveNoMax |
| Access: Read only |
![]() | Note You must use the following object hierarchy to access the variable:Call GraphObjOpen(2D-TableName)
Value = D2TabTextListLength(i)
Call GraphObjClose(2D-TableName)Use the object name to open the object, to access the variable, and to close the object again. If you do not know the object name, use the object type to find the object name. Type of object: 2D-Table |
![]() | Note Use the ReportObjType variable to obtain the object type. Use the ReportObj variable to obtain the object name. Refer to Accessing Objects in DIAdem REPORT for more information. |