Good idea

But i think it'll crap out on final system which goes

blatdoit="'trblat.txt"
blatdoit=blatdoit+" -t "+Lower(Alltrim(lcEmails))
blatdoit=blatdoit+" -s "+'"'+ALLTRIM(lcSubject)+'"'
blatdoit=blatdoit+" -f "+ALLTRIM(lcBody)
blatdoit=blatdoit+" -server "+ALLTRIM(lcSmtp)
blatdoit=blatdoit+" -log blat.log"
blatdoit=blatdoit+" -try 1"

IF !EMPTY(lcAttachment)
   IF FILE("&lcAttachment")
      blatdoit=blatdoit+" -attach "+lcAttachment+"'"
   endif
ENDIF
IF !RIGHT(alltrim(blatdoit),1)="'"
   blatdoit=blatdoit+"'"
endif

Local lcDll, lcCmd, lnResult
lcDll = "blat.dll"
Declare Integer Send In (lcDll) String blatstring

lcCmd = &blatdoit
lnResult = Send(lcCmd)

i.e. string too long to fit again


On Fri, Feb 3, 2012 at 3:35 PM, Joel N. Fischoff <[email protected]> wrote:
>
> >Problem is, that means you're only sending 3 or 4 at a time
>
> I suppose you could load the addresses into an array instead.  Or you could
> create a free table with a single memo field, dump all of the E-mail
> addresses into that, use that memo field to supply the address part of the
> E-mail, and then delete the free table.  I guess it really depends on how
> you're creating the E-mail message itself.
>
>
> Joel
>
>
[excessive quoting removed by server]

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/cag1nny9exmrxkgt85a9wo6nrlawrvkaymtw517wmhum2oaj...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to