Reset

From AGI Wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

Syntax

reset(flg fA);
fA = false;

Remarks

None.

Possible Errors

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

Example

Code:
reset(f99);

Technical Information

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

See Also

Flag Commands
set
set.v
reset.v