| AppCtrlScript | |
| Help |
|
Applies to |
AppCtrlScript (Module: wmACScr1.dll) |
|
Group |
String |
|
See also |
Returns the content of a tag (with all subtags) of a HTML or XML string and stores it in the script variable <VariableName>.
STRTAGCONTENT <VariableName>, <SourceString>, <TagName>
|
Part |
Description | |
| <VariableName> | Name of the script variable where to store the result. | |
| <SourceString> |
The source HTML or XML as string | |
| <TagName> |
name of the html/xml tag (without < and >). | |
|
| ||