Hi, How can i pull out Label value (without exploding) in C#?
For example i need to pull out "L2958" in attached image by clicking on its label (without exploding).
How can i do that by C#?
Printable View
Hi, How can i pull out Label value (without exploding) in C#?
For example i need to pull out "L2958" in attached image by clicking on its label (without exploding).
How can i do that by C#?
You can explode to memory - that is, explode the Label within your Transaction, sorting the resultant components for the Type & extract the text contents you're after, and simply do NOT Commit().
Cheers