Re: suggestion sequence section

new topic     » goto parent     » topic index » view thread      » older message » newer message

> s = "abcdefgh"
> x = "1..2"
> ? s[x]
>
> This only borders on string execution.

I'm sure there's a reason, so I want to know why you can't go:

    s = "abcdefgh"
    x = 1
    y = 2
    ?s[x..y]

or use an eXtractSequence function:

    s = "abcdefgh"
    x = "1..2"
    ? es( s, x )

where x can be an object... you'll just have to parse it out, which won't be
too difficult.

I think the results you want can be obtained, but maybe not the way you want
to obtain them...?

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu