◄Up► ◄Contents► ◄Index► ◄Back► ─────Compiling QuickWin Applications──────────────────────────────────────── Use the /MW option to compile QuickWin applications. Syntax: /MW[number] The value of <number> determines where the compiler adds calls to the YIELDQQ subroutine: Number Effect 0 None 1 Before DO statements 2 On procedure entry 4 Before READ and WRITE statements The default is /MW1. You can sum the values. For example, /MW6 causes FL to add YIELDQQ calls on procedure entry and before READ and WRITE statements. See Also: ◄YIELDQQ► -♦-