$dname

From Scriptwiki
Revision as of 19:07, 10 May 2008 by Aca20031 (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Returns the dialog name in an On dialog event.

$dname

Examples

On *:DIALOG:myDialog:*:*: {
 echo -a $devent on $dname item $did
}