Reset.v

From AGI Wiki
Revision as of 20:09, 19 April 2019 by Andrew Korson (talk | contribs) (Created page with "The '''reset.v''' command indirectly changes a flag's value to FALSE. == Syntax == reset.v(var vA); == Remarks == Flag '''B''', where '''B''' = '''vA'...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

The reset.v command indirectly changes a flag's value to FALSE.

Syntax

reset.v(var vA);

Remarks

Flag B, where B = vA, is reset to FALSE.

Possible Errors

Changing values of reserved flags can have unpredictable results, and should be done carefully.

Example

Code:
v50 = 99;
reset.v(v50);  [ now flag f99 is FALSE

Technical Information

Required Interpreter Version: Available in all AGI versions.
Byte-Code Value: 16 (0x10 hex)

See Also

Flag Commands
reset