I defined a UDT in these terms,
Type Curve
n As Integer
x() As Single
y() As Single
End Type
Then after I close the IDE and go back to the project at a later time I find the single variables have been converted to upper case
X() As Single
Y() As Single
Not that it matters much but I like them lower case and I just have no idea why this happens.




Reply With Quote