<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Le 15/08/2013 09:58, matacosta a
écrit :<br>
</div>
<blockquote cite="mid:1376553492373-4027229.post@n3.nabble.com"
type="cite">
<pre wrap="">cb= gce();
cb = fig.children(1);</pre>
</blockquote>
The second line overwrites cb, so the first one would be useless:<br>
cb. = gce(); <i>instead of</i> = fig.children...<br>
<br>
</body>
</html>