SIMPOL Documentation

parseitem()

Description

This function searches through a string looking for a specific target value. If it finds it, it then returns the value following the target on the same line either until the end of the line or the end of the string. Returns the string containing the value of the item being sought or the empty string if the item was not found.

Prototype

parseitem ( string s, string sTarget, string terminatorlist )

Parameters

ParameterDefault valueType nameDescription
sNonestring
sTargetNonestring
terminatorlist string