KCML_Tag_GetProperty
Purpose
Get a property tag
Definition
DEFSUB 'KCML_Tag_GetProperty(BYREF x$, Name$, BYREF Value$) AS Bool
Parameters
| x | String containing tags |
| Name | Name of tag |
| Value | Value found |
Return
TRUE if the function succeeds. FALSE if the function fails (e.g. no such property) and value$ will be redimmed to an empty string
Description
The string has the format "$NAME1=Value1 $NAME2=Value2". This function retrieves a value from the string.
See also
Internal KCML Functions, Internally defined structures and Internally defined enumerations and constants.