Re: Is subscripting a slice useful
- Posted by cklester <cklester at yahoo.com> Oct 08, 2004
- 584 views
codepilot Gmail Account wrote: > > Right now subscripting a slice is not allowed. > I think that this code should print out {97,97,97,97}.
constant asdf={"asdf","asdf","asdf","asdf"} ? asdf[1..2][1]
Looks like it should print {'a','s','d','f'} because asdf[1..2] is { "asdf", "asdf" } -=ck "Programming in a state of EUPHORIA." http://www.cklester.com/euphoria/