- 积分
- 11502
- 明经币
- 个
- 注册时间
- 2002-10-2
- 在线时间
- 小时
- 威望
-
- 金钱
- 个
- 贡献
-
- 激情
-
|
发表于 2002-11-25 11:02:00
|
显示全部楼层
Get a book, read the docs...
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) |
|