p$TDV:SMPAPI:EtTxTxP
p$TDV:SMPAPI:EtTxTxP
Set an array of DocVariable type for the next text component to be inserted.
The parameter values set by p$TDV:SMPAPI:EtTxTxP, p$TDV:SMPAPI:EtTxPar, and p$TDV:SMPAPI:EtTxMerk always have priority to a parameter value substitution by p$TDV:SMPAPI:EtTxBast. If several calls for the same arrays of the Dokvariable type are made, the value of the first call will be used.
With regard to the formatting the format information from the parameter table will be used for this function
As an alternative to a separate call of this function, the parameters can also be set directly upon copying the component (p$TDV:SMPAPI:EtTxBast), if the document parameter is an ePOS parameter group parameter. This usually is simpler.
Please note: The parameter name which is transferred in ParaName is directly assigned as a string, and is therefore surrounded in quotation marks. Furthermore it has to be defined globally!
Syntax: | p$TDV:SMPAPI:EtTxTxP( ParaName ) | ||
| Argument | Type | Meaning |
| ParaName | String | Name (and thereby also value) of the parameter to be substituted |
Result: | - |
| |
Example: | Special clause = 'Without packaging; goods will be picked up' p$TDV:SMPAPI:EtTxTxP( 'SpecialClause' ) | ||