Realbasic.Size.Clone
From Real Software Documentation
Method
Realbasic.Size.Clone ( )
Creates a duplicate Size object.
Example
This example clones a Size object. The two Size objects have been added as properties to the window.
rectSize2 = rectSize.Clone
