From WikiChip
Difference between revisions of "mirc/commands/didtok"
(Created page with "The '''/didtok command''' adds the tokenized list to the specified control. == Synopsis == /didtok <name> <id> <C> <text> == Switches == None == Parameters == * '''<name...") |
m (Bot: de-linking old mIRC menu) |
||
(11 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{mirc title|/didtok Command}} | ||
The '''/didtok command''' adds the tokenized list to the specified control. | The '''/didtok command''' adds the tokenized list to the specified control. | ||
== Synopsis == | == Synopsis == | ||
/didtok <name> <id> <C> <text> | /didtok <name> <id> <C> <text> | ||
− | |||
== Switches == | == Switches == | ||
Line 17: | Line 17: | ||
<syntaxhighlight lang="mIRC">;put in remote: | <syntaxhighlight lang="mIRC">;put in remote: | ||
dialog colors { | dialog colors { | ||
− | size -1 -1 100 200 | + | size -1 -1 100 200 |
− | list 1, 10 10 80 180 | + | list 1, 10 10 80 180 |
} | } | ||
+ | |||
;then execute in mIRC: | ;then execute in mIRC: | ||
//dialog -m colors colors | didtok colors 1 32 red blue orange yellow</syntaxhighlight> | //dialog -m colors colors | didtok colors 1 32 red blue orange yellow</syntaxhighlight> | ||
+ | |||
Add the following list of colors to the list in the dialog | Add the following list of colors to the list in the dialog | ||
== Compatibility == | == Compatibility == | ||
Added: 5.7 | Added: 5.7 | ||
− | |||
− | |||
− | |||
− | |||
== See also == | == See also == | ||
* [[List of commands - mIRC|List of commands]] | * [[List of commands - mIRC|List of commands]] | ||
* [[List of identifiers - mIRC|List of identifiers]] | * [[List of identifiers - mIRC|List of identifiers]] | ||
− | * | + | * {{mIRC|$didtok}} |
− | * | + | * {{mIRC|$did}} |
− | * | + | * {{mIRC|$dialog}} |
− | * | + | * {{mIRC|$didwm}} |
− | * | + | * {{mIRC|$didreg}} |
− | * | + | * {{mIRC|/dialog}} |
− | * | + | * {{mIRC|/did}} |
+ | {{mIRC command list}} | ||
− | [[Category:mIRC commands]] | + | [[Category:mIRC commands|didtok command - mIRC]] |
Latest revision as of 18:16, 15 June 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The /didtok command adds the tokenized list to the specified control.
Synopsis[edit]
/didtok <name> <id> <C> <text>
Switches[edit]
None
Parameters[edit]
- <name> - the name of the dialog
- <id> - the id of the control
- <C> - the code point of the character used as a delimiter in your list
- <text> - the list of token to be displayed
Example[edit]
;put in remote: dialog colors { size -1 -1 100 200 list 1, 10 10 80 180 } ;then execute in mIRC: //dialog -m colors colors | didtok colors 1 32 red blue orange yellow
Add the following list of colors to the list in the dialog
Compatibility[edit]
Added: 5.7
See also[edit]
mIRC commands list