Hi to all
I have an array of POINTAPI :
and an Array of POINTSNG :Code:Private Type POINTAPI X As Long y As Long End Type
Code:PrivateType POINTSNG X As Single y As Single End Type
How can I convert the array of POINTSNG in a POINTAPI array without using a loop?
Thanks for suggestions
Nanni




Reply With Quote