<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p><br>
</p>
<div class="moz-cite-prefix">On 09/04/2025 01:02, Rik wrote:<br>
</div>
<blockquote type="cite"
cite="mid:43e669aa-a79a-4e0f-a50e-694949d8b2f8@gmail.com">[...] It
does assume that the string held in ver_str has 11 (or more)
characters.
<br>
</blockquote>
<p>This observation appears to be critical :</p>
<p><font face="monospace">d:\Users\Primary user>set ver_str =
abcdefghijk<br>
<br>
d:\Users\Primary user>foo<br>
<br>
d:\Users\Primary user>if k EQU . (echo "True" )<br>
<br>
d:\Users\Primary user>set ver_str=abcdefghij<br>
<br>
d:\Users\Primary user>foo<br>
. was unexpected at this time.<br>
<br>
d:\Users\Primary user>if EQU . (echo "True")</font></p>
<p>Could it be that on Donatas Zigmantas’ system "ver_str" is fewer
than 11 characters in length ?</p>
<p>-- <br>
<i>Philip Taylor</i><br>
</p>
</body>
</html>