p$TDV:SMPAPI:EtTxChkB
p$TDV:SMPAPI:EtTxChkB
Determine the component name of the transferred text component. The name incl. path information is returned, but without the file extension. If the component does not exist, an error message is returned.
If only the existence of a component is to be checked, the function p$TDV:SMPAPI:EtTxExiB can be used.
Syntax: | BstPfad = p$TDV:SMPAPI:EtTxChkB( Component ) | ||
| Argument | Type | Meaning |
| Component | String | Name of the text component without path and filed extension |
Result: | String | Name of the text component with path without the file extension | |
Example: | BstPfad = p$TDV:SMPAPI:EtTxChkB( 'OffHead' ) | ||