[Date Prev][Date Next][Subject Prev][Subject Next][
Date Index][
Subject Index]
Re: XPL question: offset into a string?
- Subject: Re: XPL question: offset into a string?
- From: ML Solla d012362c@xxxxxxxx
- Date: Mon, 8 Jan 1996 20:26:29 -0500 (EST)
On Mon, 8 Jan 1996, Charles Herold wrote:
> Is there any way of pulling a substring from a string in XPL by an
> offset, rather than using the XS command. That is, if I have the string
> "hello there", could I get the "there" into it's own variable just by
> knowing that the 't' is offset in by 7 characters?
>
how about using 7 wild-x's as the parse argument?
J Solla