About this question
I have a piece of code as following: List
I have a piece of code as following: List
Log in to share your answer and help other learners.
Log in to answerBest Answer · By JanBask Data Analytics Training Expert
Answered on Apr 15, 2021
This is probably because the class Name contains the definition of another inner class like this:
public class name{ public class test{ } }If so, you have to specify the parent class name before referencing the test inner class.
So if you want to make a list of records of type name.test, you have to use: ListNote : The LISTNAMES program produces a report that lists the names of all the objects in a workspace.