setVal

Set text node value for s7:elementID.

setVal.elementID= *value*

If a FXG node element has a s7:elementID defined, the text value for that node can be manipulated.

Example

Assume a s7:elementID="paragraph1" attribute is defined for a TextGraphic node then the following is valid:

&setVal.paragraph=Hello

This example sets the text value for the paragraph node to “Hello.”

On this page