<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body data-pinterest-extension-installed="ff1.37.9" fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;"><br>
Still need help :-/<br>
<br>
<div>fun display_step(text) {<br>
   // text format: 4 letters (step):progress_val(3 digits):max(3 digits)<br>
   step = text.SubString(0,4); // step name (4 chars)<br>
   str_a = text.SubString(5,3);<br>
   str_b = text.SubString(9,3);<br>
   MyPrint("step=" + step + " str_a=" + str_a + " str_b=" + str_b + ".");<br>
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px"><font face="Tahoma">}<br>
<br>
display_step("post:003:007"); // Will display: step=post str_a=#NULL str_b=#NULL.<br>
// It should display </font><font face="Tahoma"><font face="Tahoma">step=post str_a=003 str_b=007.<br>
</font><br>
What I'm doing wrong?!?!?<br>
<br>
-- <br>
   Olivier LAHAYE</font><br>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>