GFA now lets you view UDT member values in Debug Window Feb 16, 2023 15:54:05 GMT 1 Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by (X) on Feb 16, 2023 15:54:05 GMT 1 $Library "gfawinx"$Library "UpdateRT"UpdateRuntime ' Patches GfaWin23.OcxType x -Int x1, y1, z1, x2, y2, z2EndTypeDim c As xWith c .x1 = 1 .y1 = 2 .z1 = 3 .x2 = 4 .y2 = 5 .z2 = 6EndWithTrace cTRACE:(1):c = .x1 = 1.y1 = 2.z1 = 3.x2 = 4.y2 = 5.z2 = 6