SetM204Data command

From m204wiki
Revision as of 17:39, 9 July 2022 by Ekern (talk | contribs) (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Lets you set a SOUL</span><span class="f_Product"> 204</span><span class="f_Para"> %variable or glob...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Action:

Lets you set a SOUL 204 %variable or global variable as if you right clicked a Watch Window item and selected Change Value. The behavior and restrictions for this command are the same as the Change Value option.

Syntax:

setM204Data %xxx|g.xxx|g.'xxx' = "string"|[-]nnn|&var|&&function[(args)]

where:

  • %xxx is a User Language variable.
  • string is a quoted string constant (double-quotes or single quotes are valid).
  • [-]nnn is an integer constant with an optional leading minus sign.
  • &var is a previously defined macro variable.
  • &&function is a macro function.

Note: This command may only be issued while a request is being evaluated.

Client menu: --
Introduced: Build 50