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
,
string s
,
string sTarget
)
terminatorlist
Parameters
Parameter | Default value | Type name | Description |
---|---|---|---|
s | None | string | |
sTarget | None | string | |
terminatorlist | | string |