Home › Forums › General XMetaL Discussion › Styling custom PI’s › Reply To: Styling custom PI’s
Reply to: Styling custom PI’s
February 6, 2010 at 1:12 amAnother note about my code.
A smarter way to grab PI data and target is to use DOM in this case (rather than rng.Text and then JScript text manipulation using substr). So, in the code for my previous posting the properties curNode.data and curNode.target will return the corresponding PI Data and Target values.