Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 615 Bytes

File metadata and controls

34 lines (26 loc) · 615 Bytes

GetPreviousElement

Description

Gets the previous element in the same XML nesting level.

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

Parameters

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

Examples

XMLParse

Version

Availability: from All Versions

This is drop-in function.

Category