home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DOS_GG / COMCAT / VOL30.ARJ / VOL3018 < prev    next >
Text File  |  1992-01-07  |  4KB  |  69 lines

  1.  
  2.     Volume 3018 - Released juni 1989 - Abstract (C) DOS gg
  3.  
  4. P r o g r a m m a T h e e k volume 3018
  5.  
  6. gelijk aan TSS 9/10
  7.  
  8. Titel: SYMTO123, Maze (TPascal)
  9.  
  10. Number  Name            Size    Date    Comments
  11.         CATALOG  018     2182   7-10-88 This list.
  12. 3018.01 CRC      PAS    22528   3-03-86 Different methods of  computing CRC
  13. 3018.02 DOTDB    PAS    11510   1-01-80 Read & list  ThinkTank .DB files 
  14. 3018.03 DRAGON   PAS     2879   1-01-80 Plots the "Dragon  Curve" 
  15.                                         (Byte april '86).
  16. 3018.04 EBMDEMO  PAS     8064  31-05-85 Demonstration of  EBMenu function.
  17. 3018.05 EBMENU   PAS    12160  31-05-85 Menu system.
  18. 3018.06 EXTEND   PAS    17049   1-01-80 More than 15 open  files - TP DB 3.0
  19. 3018.07 EXTEND   ACC     9981   1-01-80 Documentation.
  20. 3018.08 FORM#    PAS     5888  22-03-86 Real number  formatter.
  21. 3018.09 HOWMUCH  PAS     7877   1-01-80 Space used by  specified files.
  22. 3018.10 LOWDSK   PAS    11465   1-01-80 Show Critical disk  parameters.
  23. 3018.11 MAZE_1   PAS    16643   1-01-80 Generate a maze on  screen.
  24. 3018.12 MAZE_2   PAS    10425   1-01-80 Generate a maze.
  25. 3018.13 MENUX-G  PAS    10752   1-01-80 Graphic border &  help msg handler.
  26. 3018.14 NEATTREE EXE    10752   3-11-85 Shows directory  tree.
  27. 3018.15 NEWJ1    PAS    18246   1-01-80 Convert dates in  two-byte integer.
  28. 3018.16 PATH     PAS     4736  22-03-86 Tree structured  directories.
  29. 3018.17 POPUP    DOC    10416   1-01-80 About TSR, EMS and  interrupts.
  30. 3018.18 PRNTEST  PAS     1161   1-01-80 Read printer status.
  31. 3018.19 PRTSCR   PAS      499   1-01-80 Generates Int #5 (=  SHIFT Prtsc)
  32. 3018.20 SETBDR   PAS      256  22-03-86 Set border colors.
  33. 3018.21 SORTDIR  PAS     5632  29-03-86 Sort directory.
  34. 3018.22 SYMTO123 DOC     2048  22-03-86 Documentation.
  35. 3018.23 SYMTO123 PAS     5120  22-03-86 Convert Symphony to  123 worksheet.
  36. 3018.24 THELP    PAS    32896   1-01-80 Turbo Pascal Help  2.0 voor TP 3.0.
  37. 3018.25 TREEDIR  DOC     1280   3-11-85 Documentation.
  38. 3018.26 TREEDIR  COM     7680   3-11-85 Tree directory.
  39. 3018.27 TURBO    KW0     3359   1-02-86 Keyworks Turbo  Pascal Macro's.
  40. 3018.28 TURBO    KW      2091   1-02-86 Keyworks Turbo  Pascal Macro's.
  41. 3018.29 TURBO    BAT       37   1-02-86 Keyworks batch file
  42. 3018.30 TURBOKW  DOC      870   1-02-86 Documentation.
  43.         VOL3018  ABS     1126  25-02-89 Volume abstract.
  44. 3018.31 XREFT2   PAS    25344  22-03-86 TP 2.0 Cross  reference generator.
  45. 3018.32 ZELLER   INC     6244   1-01-80 Gives daynumber of  the year.
  46. 3018.33 ZJOYSTCK PAS     3584  27-10-85 Access of the game  control adaptor.
  47.                35 File(s)   41984 bytes free
  48.  
  49. EBMENU
  50.  
  51. This function will do a menu in the form common to many of  the better
  52. spreadsheet packages where a line is displayed  and the user is allowed to
  53. select an item from that line by  either using the left and right arrow keys
  54. followed by  pressing the <Enter> key or may alternately press any  character
  55. that matches the first letter of one of the words  in the menu line (case does
  56. not matter). The function  returns a byte argument that corresponds to the
  57. number of  the field selected. There may be from 1 to 10 fields.
  58.  
  59. FORM#
  60. These routines came about because in order to have an  effective way for users
  61. to input real numbers.  It can be  used to convert a real number to a string
  62. with commas in the  proper location.
  63.  
  64. SYMto123
  65. SYMto123 converts Symphony worksheets to 1-2-3 worksheets.   Symphony has the
  66. ability to read 1-2-3 worksheets and  convert them to Symphony format, but the
  67. reverse is not  true.  This program makes up for that lack.  Obviously,  those
  68. parts of Symphony not implemented in 1-2-3 cannot be  converted.  All the
  69. items that both packages have in common  are translated.