|
millisa Newbie
Joined: 17 Dec 2002 Posts: 7
|
Posted: Sun Jan 12, 2003 11:28 pm
An easy one: Outputting showdb to new window |
This is probably easy but I'm having complete brain block on figuring out how to do it.
I've got a alias that finds all entries in a db with a matching name, then displays each entry with a showdb that matches.
I want to spew #showdb out to a window called ID. How?
#FORALL @CurrentobjREQ {
#showdb %i
} |
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Mon Jan 13, 2003 12:09 am |
quote:
This is probably easy but I'm having complete brain block on figuring out how to do it.
I've got a alias that finds all entries in a db with a matching name, then displays each entry with a showdb that matches.
I want to spew #showdb out to a window called ID. How?
#FORALL @CurrentobjREQ {
#showdb %i
}
:ID:#showdb %i
If that doesn't work, we'll need to create a workaround since I don't think #WINDOW allows you to use #commands.
li'l shmoe of Dragon's Gate MUD |
|
|
|
millisa Newbie
Joined: 17 Dec 2002 Posts: 7
|
Posted: Mon Jan 13, 2003 1:58 am |
Doesn't appear to work. Spews a bunch of %{i}: to the window instead.
How about pumping all the #showDB's into a variable? I can spew a variable to the window if I can get all the showdb's concatted into a variable. |
|
|
|
|
|