Hi All,

These two throw an operating on a "Nil" error:
    $PartsStr ~= "$PartNo<br>";
    $PartsStr ~= "{$PartNo}<br>";


But this does not:
    $PartsStr ~= "{$PartNo}" ~ "<br>";


And this does not either:
    $PartsStr ~= "abcde<br>";

Huh?


Many thanks,
-T

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Serious error.
All shortcuts have disappeared.
Screen. Mind. Both are blank.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Reply via email to