fb:porticula NoPaste
XYZCorinidatensystem - Test
Uploader: | AndT |
Datum/Zeit: | 03.12.2007 18:01:24 |
type XYZPos
x as double
y as double
z as double
end type
dim as XYZPos Testpos = (100,200,300)
Print Testpos.x
Print Testpos.y
Print Testpos.z
sleep