$dname: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
Aca20031 (talk | contribs)
No edit summary
(No difference)

Revision as of 17:07, 10 May 2008

Returns the dialog name in an On dialog event.

$dname

Examples

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