D'oh! <blush>
Of course ... thanks ... bc On Mon, Apr 21, 2008 at 11:22 AM, Glenn Knickerbocker <[EMAIL PROTECTED]> wrote: > Bob Cronin wrote: > > | a: nlocate fs 05 ws @ substr w1 of f2 9 > > <here i expected to have the ones <=8 characters > > ... > > Where am I going wrong? > > Syntax. The 9 in |locate 9| is an input range, not a length. You need > an input range here, too: > > nlocate fs 05 ws @ substr 9 of substr w1 of f2 > > ¬R >
