Contents

×

Suntan Special version 0.68

Suntan Special Web edition

checklist

Suntan Special Function: checklist

Presents a dialog containing a list of items to the user. Multiple items on the list may be selected.

Syntax:

selectedList = checklist(dialogName, instructions, prompt, item1, item2...)

Program Arguments

  1. dialogName - title line for VIO and the name of the tab on the Display Monitor
  2. instructions - instructions to the user
  3. prompt - very short instructions
  4. item1, item2... - list of items

Returns:

string containing all the selected items, separated by semicolons (;)

Note:

The items in the list are presented with a box which is selected or cleared. The user may change the state of the selection by single clicking the box or the item in the list. If there are too many items to fit on the screen, the list can scroll.

Items are normally presented in the selected state. To present an item in the not selected state, precede the item with the exclamation point (!)

Last Modified: 24 Dec 2019
Graphics by Colorful Language
Copyright 2019 by Blonde Guy