Search found 2 matches

by mui
Fri Jul 18, 2014 7:52 am
Forum: Help Forum
Topic: how to use matches as variable name
Replies: 4
Views: 4921

Re: how to use matches as variable name

Both solutions work! The commandline alias seems very useful. Thanks guys!
by mui
Sun Jul 13, 2014 7:33 pm
Forum: Help Forum
Topic: how to use matches as variable name
Replies: 4
Views: 4921

how to use matches as variable name

Hi I am new to mudlet and am trying to make an alias setvariable xxx yyy where xxx is the name of an existing variable and yyy is the new value I wish to assign it.

I have tried
matches[2] = matches[3] , which doesn't work

as well as,
{matches[2]) = matches[3] , which gives me syntax error.

Hope ...