wfSet

Sets a key with a particular value in the companion file.

Type and Usage

Parameters

Takes two parameters:

  • The first parameter is the key.

  • The second parameter is the value.

Example

Sets the key wfJumpName to MyJump:

<$wfSet("wfJumpName", "MyJump")$>

See Also