on 2024 Dec 31 8:25 PM
Hello Experts,
To display a variable, which belongs to a pervious step in the stack, I can write (<program name>)<variable name>
I want to display an attribute (public) of a class, which belongs to a previous step in the stack.
I tried (<name of the class>=============CP) <attribute name> for example (zcl=============CP)<attribute name>
But it did not work
I also tried (<name of the class>=============CP)<name of the class>=> <attribute name>
But in vain.
Do you have any suggestion?
Thankyou
Hagit
Request clarification before answering.
For instance attributes, you need the instance of the class to access an attribute. In my opinion, accessing it using only the name of the class and attribute does not work.
For static attributes, you can write <class name>=><attribute name>.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.