MOO-cows Mailing List Archive

[Prev][Next][Index][Thread]

Re: Question



James Renken writes:
> How do I make
>	 /foo/bar/baz
> into
>	 $whatever:something("foo", "bar", "baz");
> ?

$whatever:something(@$string_utils:explode("/foo/bar/baz", "/"))


References:

Home | Subject Index | Thread Index