Function Reference

SetExtended

Manually set the value of the @extended macro.

SetExtended ( code )

 

Parameters

code The required value (integer) to set the @extended macro to.

 

Return Value

None.

 

Remarks

The @extended code is only valid until the next function is called. Consequently, you may need to backup the status of @extended in a variable if you are testing it in a While-WEnd loop.

 

Related

SetError

 

Example


SetExtended(10)
MsgBox(4096, "Value of @Extended is", @extended)