To José Lalin - BlatMail.prg
Publicado: Sab Dic 12, 2009 9:00 am
José,
Blat doesn't accept bodytext containg double quotes and attachment names containing spaces.
My advise
- setting the names of attached files into double quotes
196 AEval( ::aAttachments, {|cFile| cTemp += ["]+ cFile +'"'+ "," } )
- replacing all double quotes in cBody with single quotes
205 cSend += '-body "' + STRTRAN( ::cBody,["],[']) + '" '
Do you have any other solution?
Regards
Ingo
--
Blat doesn't accept bodytext containg double quotes and attachment names containing spaces.
My advise
- setting the names of attached files into double quotes
196 AEval( ::aAttachments, {|cFile| cTemp += ["]+ cFile +'"'+ "," } )
- replacing all double quotes in cBody with single quotes
205 cSend += '-body "' + STRTRAN( ::cBody,["],[']) + '" '
Do you have any other solution?
Regards
Ingo
--