|
本帖最后由 EPFL_GO111 于 2010-6-3 23:05 编辑 3 P4 L: s' j7 s! T% d" s2 C+ M0 X
& m# m) h% ^* A$ ^以下是我写的代码:
' N" K5 L1 _; r1 n. l
8 d' [6 d) U2 W8 s. Ointeger yindex,i;) B0 G* |, @& K( z" v* N: |
real temp;1 ] z$ g# [2 V1 [9 |% f* P
3 S {/ @: p( Zyindex=GAGetIndex("firsty");
4 \! x6 U( f8 j# w0 m' C, ffor(i=1;i<1990;i++)
, u7 G5 ~& O% S9 z3 r' ^9 G0 F0 h1 Ptemp=GAGetReal(yindex, i,0); //读第i 行 第 0 列的数据
5 |" w- q2 S! h( uoutput=temp;
& y% q$ P- G& ~6 q4 c& l: d s1 v& g- n V
然后output的值一直是0,也就是说该代码读取不到GA数据,请问哪里出错了?谢谢
8 H# _" h3 y6 F
" W9 {+ w; n( l( g, V8 iPS:firsty is a real GA |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|