This documentation is archived and is not being maintained.
formletterParmData.addToKey Method [AX 2012]
Adds a string value to a key.
protected str addToKey(str _key, str _addTokey)
Run On
Server
Parameters
-
_key
- Type: str
A string value that contains a key.
-
_addTokey
- Type: str
The string value to add to the given key.
Return Value
Type:
str
A string with the modified key.