sf_elite 发表于 2008-12-22 14:27:00

[求助]关于表中数值的排序的问题

<p>请教各位老师,假如有一个表 '(4&nbsp; 5&nbsp; 8&nbsp; 3&nbsp; 0&nbsp; 9),请问用什么函数能让表中的数据按从小到大排列,谢谢!</p>

nonsmall 发表于 2008-12-22 14:33:00

<p>(vl-sort '(4&nbsp; 5&nbsp; 8&nbsp; 3&nbsp; 0&nbsp; 9) '&lt;)</p><p>多看看书吧</p>

sf_elite 发表于 2008-12-22 14:53:00

老大说的是,以后还请多多指教啊
页: [1]
查看完整版本: [求助]关于表中数值的排序的问题