EDIT: Before "Why don't you just use KAREL?!", I don't have KAREL option on these Robots, or I would go down that route and learn me some more KAREL.
Thinking of making some improvements to the robots for our customer while I have some downtime...Long story short, I'm wondering if the Comment you assign to a PR (a.k.a. the name you give it) is accessible through System Variables for use in TP Programming? I want to take the name of the PR, slap it into a single String Register and display it on a webpage, rather than writing each model name to its own String Register and reading the String Register (one less place for the customer to have to add to if they add a new model).
I'm under the impression though that if I want to do anything more than PR = this or PR[x,y] = this + that in TP Programming, that I'm going to be SOL. That's why I ask the people much more knowledgeable here 
Little more background if it helps: I have two operations, pick and place. I have multiple models, but the paths are all the same for each operation. The only change is the pick or place position. So I would like to swap over to using an Indirect Register within a single job for PICK and a single job for PLACE. Since this customer is new to robotics it may be confusing and/or intimidating to see PR[R[3]], so I would like to have a webpage that shows "Current Pick Position Register is:" "(PR #) (PR NAME)"...or something along those lines. So that they can have more confidence in teaching the Indirect Register with a visual aid / being able to confirm the Indirect Register is on the correct model. Obviously they should also have some faith and trust in the Integrator they are paying to program their new toy, but ya know - I like to get as close to a Mercedes when the customer pays for it with neat features.
EDIT2: I may be able to do this a rough way and use a Label Control and margin/crop it until only the [Comment goes here] portion is the only thing showing out of the entire Position Register DataType...