What it does
DefaultMagFilter writes a value: it sets rather than reads. It takes filter (an integer), and returns nothing.
Syntax
DefaultMagFilter(filter integer)Parameters
| Name | Type |
|---|---|
| filter | integer |
Every form returns
nothing
Example · generated
DefaultMagFilter(1)DO Sync()LOOPDefaultMagFilter is called with values of the types its signature asks for. The DO … LOOP is not decoration: a classic BASIC program ends the moment it runs out of lines, and Sync() is what draws the frame.