On Jun 8, 2013, at 9:12 PM, Greg Stein <[email protected]> wrote: > That actually works great if SCRIPT is a two-character string. Strings > are sequences. It will tear apart the string and substitute each > character. If the string is not 2-chars long, then you get a mismatch > between format codes and the right-hand value.
Ahh, that's right, strings are sequences. That's bitten me a few times. Regards, Alan
