comparewithfirstreport_new
简述
定基比分析。
comparewithfirstreport_new(t:Array;ISHB:Integer;ShowStyle:Integer):Array
名称 | 类型 | 说明 |
---|
t | Array | 数组。数据表。 |
ISHB | Integer | 整数。是否按季度显示。 |
ShowStyle | Integer | 整数。显示设置,取值如下:
显示名 |
取值 |
显示结果和比值 |
0 |
只显示结果 |
1 |
只显示比值 |
2 |
|
返回 | Array | 数组。数据表定基比分析结果。 |
//万科A利润分配表的定基比分析
t:=InterestDistribute("SZ000002",0);
return CompareWithFirstReport_New(t,0,1);