Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note: If you want to get all of the data within a MultiValued field the correct property that should be used is the ARRAY property. If the TEXT property is used, only the first line of information is retained in the variable and not the entire field.

Example

 

Code Block
* this places the current user name on the clipboard
Set_Property("CLIPBOARD", "TEXT", @username)