Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 553 Bytes

File metadata and controls

31 lines (24 loc) · 553 Bytes

GetNextElement

Description

Gets the next element at the same XML nesting level.

FUNCTION GetNextElement(
				XMLHandle   : LONGINT;
				elementPath : STRING;
				VAR value   : STRING):INTEGER;
def vs.GetNextElement(XMLHandle, elementPath):
    return (INTEGER, value)

Parameters

Name Type Description
XMLHandle LONGINT
elementPath STRING
value STRING Output parameter.

Version

Availability: from All Versions

This is drop-in function.

Category