◄Up► ◄Contents► ◄Index► ◄Back► ─────Programmer's WorkBench───────────────────────────────────────────────── Switch Type: Boolean You can use either one of the following syntaxes to set Boolean switches in PWB: Syntax 1 <switch> : [ yes | no | on | off | 1 | 0 ] <switch> The name of a PWB switch. yes, on, 1 Enable the feature controlled by <switch>. no, off, 0 Disable the feature controlled by <switch>. Syntax 2 [no]<switch> : <switch> Enable the feature controlled by <switch>. no<switch> Disable the feature controlled by <switch>. See ◄List of PWB Switches► -♦-