以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 备注列, 扩展属性图片 ,如何得到每行的字段 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=77209) |
-- 作者:freeants -- 发布时间:2015/11/12 20:46:00 -- 备注列, 扩展属性图片 ,如何得到每行的字段 output.show (tables(a).current(b) ) 显示下面 ABCL\\50101.JPG ABCL\\50101 (2).JPG 如何 把 tables(a).current(b) split 出来
|
-- 作者:大红袍 -- 发布时间:2015/11/12 20:54:00 -- http://www.foxtable.com/help/topics/2718.htm output.show (tables(a).current.DataRow.Lines(b).Count) |