home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 11 / PCPP11.iso / utils / frogbit / fb-097.exe / FREQ.FP < prev    next >
Encoding:
INI File  |  1997-02-04  |  1.1 KB  |  33 lines

  1. [general]
  2. screen=1280,1024
  3. autostepdelay=1
  4. args=
  5. version=0.97
  6. [mainform]
  7. windowpos=0,384,740,587,0
  8. splitpos=47,1
  9. [watches]
  10. expression=line
  11. expression=country
  12. expression=sex
  13. expression=stage
  14. expression=age
  15. [fileviews]
  16. view=output,608,102,664,279,0
  17. view=input,0,102,600,281,0
  18. view=years,753,387,257,213,0
  19. view=counts,1020,386,221,215,0
  20. [notes]
  21. windowpos=752,629,523,341,0
  22. note=
  23. note=This project is an example of extracting data from a report and outputting it in a more compact format.
  24. note=
  25. note=Most of the input data lines consist of a series of numbers delimited by "|"s with spaces around them.  To see the input-file press F8 a few times to step past the input command at the start of the program and then look at the file-view for the input file.
  26. note=
  27. note=The output is in comma-separated format, suitable for reading into Microsoft Excel (for example) for further analysis.
  28. note=
  29. note=This program uses a number of advanced features :-
  30. note= - the matches operator in a 'do while matches' loop
  31. note= - auxiliary file-variables (years and counts)
  32. note= - the merge (|) operator
  33.