When I am doing q name in command then it's coming
"Sctn 2 of frmwork 1 of stru /xxxxx"
But when I calling it in a variable it's coming reference number.
"=56577/678"
- So how to get "Sctn 2 of frmwork 1 of stru /xxxxx" in a variable.
When I am doing q name in command then it's coming
"Sctn 2 of frmwork 1 of stru /xxxxx"
But when I calling it in a variable it's coming reference number.
"=56577/678"
Hi,
If your element is not named, the name attribute will returns its refno.
You can use fullname instead to get the expected result.
If the element is named, then the element name will be returned (in the same way as the name attribute).
Thanks fullname is working for me.