Category : Dbase (Clipper, FoxBase, etc) Languages Source Code
Archive   : NN0306.ZIP
Filename : SAVE.FIG

 
Output of file : SAVE.FIG contained in archive : NN0306.ZIP
Figure 1. Save the Screen.


Example 1: Save screen in 80 buffers, one for each column.

FOR xx = 0 TO 79
bufname = '_buffer' + LTRIM(STR(xx))
&bufname = SAVESCREEN(0, xx, 24, xx)
NEXT
SAVE ALL LIKE _buffer* TO main.scr
RELEASE ALL LIKE _buffer*



Example 2: Save screen in 25 rows, one for each column.

FOR xx = 0 TO 24
bufname = '_buffer' + LTRIM(STR(xx))
&bufname = SAVESCREEN(xx, 0, xx, 79)
NEXT
SAVE ALL LIKE _buffer* TO main.scr
RELEASE ALL LIKE _buffer*


  3 Responses to “Category : Dbase (Clipper, FoxBase, etc) Languages Source Code
Archive   : NN0306.ZIP
Filename : SAVE.FIG

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/