formletterParmData.addToKey Method [AX 2012]

Adds a string value to a key.

Syntax

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.

See Also

Reference

formletterParmData Class