山
山木人
Unregistered / Unconfirmed
GUEST, unregistred user!
var
x,y:array[1..15] of single;
......
if formatfloat('0.00',x)='100.00' and formatfloat('0.00',y)='100.00'
then ......
//这一句错哪了?
怎样交换x和y的值?
x,y:array[1..15] of single;
......
if formatfloat('0.00',x)='100.00' and formatfloat('0.00',y)='100.00'
then ......
//这一句错哪了?
怎样交换x和y的值?