我在 equation(I)写了程序大家看看,为啥运行的时候提示calling the random set seed function with a number that exceeds a long integer.
' A! {4 G" Q5 L7 ]; z. c
! Q: Z& t1 p, h$ tif(record1<21)) r, B3 G8 V) m1 W% D
{hsl=DBDataGetAsNumber(database,table1,field1,record1);
: w3 Y$ a5 G2 I; \2 C! krecord1++;
8 @' r& E$ ?* |- O6 C* r( n7 j, TDBDataSetAsNumber(database,table2,Field2,record2,hsl);
, q8 F% M1 v$ O3 H& V' Frecord2++;7 X9 R H, y+ h$ c
}
9 A1 O; a5 F6 o+ f8 kfield2++; |