• Email and baja...

    From Richard Brumpton@VERT to All on Wed Sep 4 05:13:46 2002
    Ok, whats wrong with the following...ããa variable called email is set to "sysop@carso.darktech.org"ã ãMy script saysããSETSTR emailãUNGETSTRãmain_send_netmailã ãI thought that this would put the contents of the variable email into theãbuffer, which in turn would automaticay address email toãsysop@carso.darktech.orgã ãBUT, it doesn't it puts the next email into the buffer the theãmain_send_netmail command receives the word "email"ã ãAnyone know wha I am doing wrong?ã ãMerlinã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Digital Man@VERT to Richard Brumpton on Wed Sep 4 14:49:40 2002
    Re: Email and baja...ã By: Richard Brumpton to All on Wed Sep 04 2002 05:13 amãã > Ok, whats wrong with the following...ã > ã > a variable called email is set to "sysop@carso.darktech.org"ã > ã > My script saysã > ã > SETSTR emailã > UNGETSTRã > main_send_netmailã > ã > I thought that this would put the contents of the variable email into theã > buffer, which in turn would automaticay address email toã > sysop@carso.darktech.orgã > ã > BUT, it doesn't it puts the next email into the buffer the theã > main_send_netmail command receives the word "email"ã > ã > Anyone know wha I am doing wrong?ããSETSTR expects a string constant (cstr) argument, not a variable name. Use thisãinstead:ããCOPY str emailãã digital manã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã