I think this is smart thinking. I will try it. S
On Fri, Feb 3, 2012 at 4:56 PM, Joel N. Fischoff <[email protected]> wrote: >>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 > > [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/cag1nny8pajtqkynhr_4mvkubm7cwptqs19vc1henofte6u3...@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.

