>lcCmd = &blatdoit
>lnResult = Send(lcCmd)
>i.e. string too long to fit again

Hm.  Well, upon looking, character fields have a limit of 254 characters, 
but macro substitutions should be more like 8,192.  Granted, I haven't 
played with macro substitution lately, but have you tried doing this 
directly and see if it helps?  In other words, like this:

InResult = Send (&blatdoit)

Though, doesn't it error out before it even gets here?

Actually, I'm not sure I'm understanding what the reason for the macro 
substitution is at all?  I've never used blat at all, but couldn't you just 
send it as something like:

InResult = Send("trblat.txt -t" + Lower(Alltrim(lcEmails)) + blatdoit)

Where blatdoit has everything after the addressing (i.e. yank off the first 
two lines and leave the rest as is)?


Joel 


_______________________________________________
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/B91E98648367440E90C6162E457E7C32@ASUS1
** 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