◄Up► ◄Contents► ◄Index► ◄Back► ─────Programmer's WorkBench───────────────────────────────────────────────── Under Screen Swap, the CodeView Options dialog box provides the following options to specify the screen-exchange method: Use CodeView Default CodeView automatically determines the screen-exchange method. Choose this option for CVW. Flip Screen Video Use with programs that write only to a text page or use bios functions for screen output. Stores each screen of text in a special memory buffer, the video-display buffer, which is reserved for multiple screens of video output. The command-line equivalent is /F. Swap Screen in Buffers Use for debugging graphics programs or programs that use multiple screen buffers. Creates a buffer in memory and uses it to store the screen not being used. When you request this screen, CodeView swaps the screen in the display buffer for the one in the storage buffer. The command-line equivalent is /S. See ◄CodeView /S, /F Options► -♦-