|
发表于 2002-11-25 11:02:00
|
显示全部楼层
1. Put your items in a list (not an array), such as
(setq itemlst '("A" "B" "C"))
Use (start_list) (add_list) and (end_list) to load it to the list_box.
Add or remove the atoms in item list, then use (start_list), (add_list) and
(end_list) to refresh the list_box.
2. Use list better
3. The last value of itemlst
4. Use list better
5. (Set_tile), (Mode_tile) |
|