KCML_Tag_SetProperty
Purpose
Set a property tag
Definition
DEFSUB 'KCML_Tag_SetProperty(BYREF x$, Name$, Value$) AS Void
Parameters
| x | String containing tags |
| Name | Tag name |
| Value | Tag value |
Description
The string has the format "$NAME1=Value1 $NAME2=Value2". This function adds an additional name and value to the string.
See also
Internal KCML Functions, Internally defined structures and Internally defined enumerations and constants.