Subj : REPLACE_TEXT & SBBS Msgs
To   : Digital Man
From : Hax0r
Date : Mon Jul 31 2000 01:43 pm

RE: REPLACE_TEXT & SBBS Msgs
BY: Digital Man to Hax0r on Mon Jul 31 2000 01:11 pm

> Do you have a return before the revert_text line or some other control flow
> problem perhaps? I would put a print statement just before the REVERT line a
> if you don't see the print output, then you know you have a problem in your
> code.

Nope, no return -- the code is below.... I'll be happy to send you the entire
baja source file if you want.

.... code above ....
cmdkey ^M

   switch m
       case 0
               goto sendemail
               end_case
       case 1
               mail_read
               cmd_pop
               goto displayansi
               end_case
           case 2
               mail_read_sent
               cmd_pop
               goto displayansi
               end_case
           case 3
               cls
               setstr "1"
               mail_send_feedback
               cmd_pop
               goto displayansi
               end_case
           case 4
               cmd_pop
               revert_text 18
               revert_text 390
               revert_text 563
               revert_text 45
               return
               end_case
     end_switch
     end_cmd
... code below....

i know it has to be executing properly since case 4 is also the one which
returns control to the calling module.  Although I'm not 100% sure (i havent
noticed) i think that the other text strings get set back properly.

The only thing special about 563 (other than it being the Pause string) is that
in my text.dat its actually not a string -- its an @code sequence.  Here is the
line from text.dat:

"@EXEC:PAUSE@"                                          563 Pause

but I can't see that making a real difference.....

---
� Synchronet � hax0r's palace - unknown-realm.dynip.com - you've been hax0r'd