Project

General

Profile

Actions

Didtok » History » Revision 1

Revision 1/6 | Next »
Per Amundsen, 02/09/2014 06:44 PM


/didtok <name> <id> <c> <text>

Tokenizes a string by character c, then adds the result to a dialog list/combo/edit box.

Parameters

<name> - Name of the dialog.
<id> - Id of the dialog control.
<c> - Ascii character to tokenize by.
<text> - Text to tokenize.

Example

dialog colors {
  size -1 -1 100 200
  list 1, 10 10 80 180
}

/dialog -m colors colors | didtok colors 1 32 red blue orange yellow

Updated by Per Amundsen about 10 years ago · 1 revisions

Also available in: PDF HTML TXT