|
Pages: [1]
|
 |
|
Author
|
Topic: "Loading" a choice with a sequence of strings (Read 693 times)
|
|
kpeters
|
The code below does not work - how can I achieve "loading" a choice with a sequence of string? Why was this way chosen over supplying a block of strings as parameter?
TIA, Kai
worktypes: [ "GA" "Group Activity" "DCC" "Direct Client Contact" "PE" Public Education" ]
load-worktypes: forskip worktypes 2 [ worktypes/2 ]
mgmt-form: layout [ lab "Work Type" worktype: choicel 200 load-worktypes return ]
|
|
|
|
|
Logged
|
|
|
|
|
kpeters
|
Figures something out that seems to do the trick - would still like to know if that's one of the proper ways? tmp: copy [] forskip worktypes 2 [ append tmp worktypes/2 ] sf-worktype/texts: copy tmp sf-worktype/text: copy "Select" show sf-worktype
|
|
|
|
|
Logged
|
|
|
|
|
|
Pages: [1]
|
|
|
 |