<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Le 24/09/2010 12:03, Carrico, Paul a écrit :
<blockquote
cite="mid:55A12CBC06A8C9459DCE0BBEF8122FDC0498AE86@exchsrv.AUXITROL1"
type="cite"><span
style="font-family: Arial; color: navy; font-size: 10pt;"><span
class="873110110-24092010"> A = A + execstr(newstr);</span></span></blockquote>
I think you mean:<br>
<br>
execstr(" A = A + "+newstr);<br>
<br>
Antoine<br>
<br>
</body>
</html>