home *** CD-ROM | disk | FTP | other *** search
- cMenuAsk(&CR&&3&Enter message number to copy&12&: &15&*)
- inittxt
- GetMail(%RESP%,/:LASTMSG/,1)
- cMenuAsk(&CR&&3&Copy to which area?&12&: &15&*)
- If (%MSGPVT%)=(PRIVATE) Then SetEqual(k=Yes)
- NotIf (%MSGPVT%)=(PRIVATE) Then SetEqual(k=No)
- setequal(a=%msgfrom%)
- fcomma(a)
- setequal(b=%msgto%)
- fcomma(b)
- setequal(c=%msgdesc%)
- fcomma(c)
- WriteMsg(%RESP%,%var%b,%var%a,%var%c,00,%var%k,0,%MSGNET%,%MSGATTNAME%)
- Return
-