以文本方式查看主题

-  Foxtable(狐表)  (http://www.foxtable.com/bbs/index.asp)
--  专家坐堂  (http://www.foxtable.com/bbs/list.asp?boardid=2)
----  表达式中如何使用变量  (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=20153)

--  作者:y2287958
--  发布时间:2012/5/30 19:28:00
--  
Dim Val As Single
If InputValue(Val, "数量预算", "请输入估计值:") Then
    With DataTables("表A").datacols
        .Add("出栏量",Gettype(Single),"进量 * " & Val)
    End With
End If