11.12.12 InsertNumber Method
Insert a new number value as a child element with the specified name. If a child element with the specified name exists, it will be overwritten.
Input Arguments
Name | Type | Mandatory | Description |
|---|---|---|---|
Key | String (Unicode) | Yes | The name of the child element. |
Number | Number | Yes | The new number to insert. |
Return Value
Type | Description |
|---|---|
The newly created element |