| Title: | *OLD* ALL-IN-1 (tm) Support Conference |
| Notice: | Closed - See Note 4331.l to move to IOSG::ALL-IN-1 |
| Moderator: | IOSG::PYE |
| Created: | Thu Jan 30 1992 |
| Last Modified: | Tue Jan 23 1996 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 4343 |
| Total number of notes: | 18308 |
Hi,
Is there a way to read a full message before deleting it using a UDP ?
My UDP below only allows me to read the first half of a mail.
EM{cr}
SEL{cr}
{TAB}{TAB}{TAB}
.CHECK_FIELD DOCNUM
.GET_FIELD DOCNUM
.PROCESS
R{cr}
.PROMPT
D{cr}
Y{cr}
Thanks,
ching-U
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 4327.1 | IOSG::MAURICE | End of the road for the Emerald City | Fri Jul 08 1994 16:05 | 13 | |
Hi,
Try replacing the line
R{cr}
by
.FX MAIL READ
The .FX directive will execute the function and instruct it to take
user input from the user rather than from the script.
Cheers
Stuart
| |||||