home *** CD-ROM | disk | FTP | other *** search
INI File | 1990-04-27 | 2.5 KB | 305 lines |
- [ver]
- 4
- [sty]
-
- [files]
- [prn]
- PostScript Printer
- [lang]
- 1
- [desc]
- Will print an envelope using a shaded address in the current document.
-
-
-
-
- 641272806
- 8
- 638752801
- [fopts]
- 0
- 1
- 0
- 0
- [lnopts]
- 2
- Body Text
- [docopts]
- 5
- 2
- [tag]
- Body Text
- 2
- [fnt]
- Tms Rmn
- 240
- 0
- 49152
- [algn]
- 225
- 1
- 0
- 0
- 0
- [spc]
- 17
- 0
- 1
- 0
- 0
- 1
- 100
- [brk]
- 4
- [line]
- 8
- 0
- 1
- 0
- 1
- 1
- 1
- 10
- 10
- 1
- [spec]
- 0
- 0
-
- 0
- 1
- 0
- 0
- 0
- 0
- 0
- [nfmt]
- 280
- 1
- 2
- .
- ,
- $
- [lay]
- Standard
- 513
- [rght]
- 15840
- 12240
- 1
- 1440
- 1440
- 1
- 1440
- 1440
- 0
- 1
- 0
- 1
- 1
- 1
- 1
- 1440
- 10800
- 0
- [hrght]
- [lyfrm]
- 1
- 11200
- 0
- 0
- 12240
- 1440
- 1
- 1
- 3
- 1
- 0
- 0
- 0
- [frmlay]
- 1440
- 12240
- 1
- 1440
- 0
- 1
- 0
- 1440
- 0
- 1
- 0
- 1
- 1
- 1
- 1
- 1440
- 10800
- 0
- [txt]
- >
- [frght]
- [lyfrm]
- 1
- 13248
- 0
- 14400
- 12240
- 15840
- 1
- 1
- 3
- 1
- 0
- 0
- 0
- [frmlay]
- 15840
- 12240
- 1
- 1440
- 0
- 1
- 14400
- 1440
- 0
- 1
- 0
- 1
- 1
- 1
- 1
- 1440
- 10800
- 0
- [txt]
- >
- [elay]
- [l1]
- 0
- [pg]
- 0
- [edoc]
- FUNCTION ENV1()
-
- envsty = "~Env.sty"
-
- again:
-
- txt = curshade$()
-
- if txt = "" then
-
- usercontrol("Shade The Address Then Click On Pause")
-
- goto again
-
- endif
-
- Copy( )
-
- getdocname:
-
- name = getdocdesc$(1)
-
- if name = "(Untitled)" then
-
- message("We need to save your document")
-
- save
-
- goto getdocname
-
- endif
-
- go = New(envsty 1 )
-
- if go <<>> 1 then
-
- message("Unable To Create Envelope File With ""{envsty}""")
-
- exit function
-
- endif
-
- Paste( )
-
- TYPE( "<[>CTRLHome]<[>Down]<[>SHIFTEnd]" )
-
- Bold( )
-
- TYPE( "<[>Up]<[>Home]" )
-
- LineUp()
-
- LineUp()
-
- LineUp()
-
- LineUp()
-
- LineUp()
-
- FilePrint(1 1 9999 1 )
-
- filechanged(1,0)
-
- FileOpen("{name}" 1 0 )
-
- END FUNCTION
-
- >
- [macsum] 1
- ENV1 0 0 5 0
- [macse]
- 14 ENV1
- 7 "~Env.sty"
- 8 1
- 0 24
- 13
- 8 2
- 6 2
- 7 ""
- 18 0
- 11 00000131
- 0 7 "Shade The Address Then Click On Pause"
- 10 00000028
- 2 154 1
- 0 279 1
- 13
- 8 3
- 6 3
- 7 "(Untitled)"
- 18 0
- 11 00000256
- 0 3 "We need to save your document"
- 24 103
- 10 00000140
- 2 101 1 "{1}" 1
- 13
- 8 4
- 6 4
- 5 1
- 18 1
- 11 00000374
- 0 3 "Unable To Create Envelope File With ""{1}"""
- 6 0
- 15
- 9
- 2 155 1
- 0 6 "[16420][40][4131]"
- 2 254 1
- 0 6 "[38][36]"
- 26 277 1
- 26 277 1
- 26 277 1
- 26 277 1
- 26 277 1
- 2 111 1 1 1 9999 1
- 0 34 1 0
- 2 102 1 "{3}" 1 0
- 6 0
- 15
- 9
- 00001957
-