Ziltard
04-05-2003, 10:43 AM
Here is a direct cut'n-paste from my "immediat window"
?FrmMapEditor2.Height \ (Screen.TwipsPerPixelX * 32)
7
?(Screen.TwipsPerPixelX * 32)
480
?7*(screen.TwipsPerPixelX*32)
3360
?frmMapEditor2.Height \ (Screen.TwipsPerPixelX * 32) * (Screen.TwipsPerPixelX * 32)
0
Can somebody tell me why the last result is zero?
?FrmMapEditor2.Height \ (Screen.TwipsPerPixelX * 32)
7
?(Screen.TwipsPerPixelX * 32)
480
?7*(screen.TwipsPerPixelX*32)
3360
?frmMapEditor2.Height \ (Screen.TwipsPerPixelX * 32) * (Screen.TwipsPerPixelX * 32)
0
Can somebody tell me why the last result is zero?