01 ********************************************************************* 02 * With this simple text file you can find out the number of * 03 * Pica-lines (6 lines per inch), that your printer is able * 04 * to print at one single sheet of paper. * 05 * * 06 * Instructions: * 07 * - Print it out just with the standard desktop function. * 08 * - Be shure, that your printer is set to a line distance of 6 lpi * 09 * (for instance by a reset or if it is switched off and on again) * 10 * * 11 * * 12 * * 13 * Result: * 14 * The last line number is the wanted value! * 15 * In your adaption file (IDEALIST.IDA?) you may * 16 * set this value instead of the default value of '60' * 17 * at "number of lines in pica-lines (6 lpi) (single paper)". * 18 * * 19 * That's all, folks * 20 ********************************************************************* 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80