|
Subject: | XploRe: Learning Guide |
See XploRe: |
Quantlet: | quant16 | |
Description: | Selectitem box with 3 items. | |
Download: | quant16.xpl |
selhead = "My headline"; sets the headline selitem = "item 1"|"item 2"|"item 3"; sets the items ; ; now we open a dialog box with the items and wait ; until the user presses OK ; sel = selectitem(selhead, selitem) sel
Subject: | XploRe: Learning Guide |
See XploRe: |