Using periods in sub and function names?
#14
I often use periods in variables, such as:

  Color.Code = 14
  Color Color.Code, 0

without any difficulty except when in a udt:

  Type ColorCode
    Code As Integer
  End Type
  Dim ColorStruct As ColorCode
  ColorStruct.Code=14

Erik.
Reply


Messages In This Thread
RE: Using periods in sub and function names? - by eoredson - 02-22-2023, 07:56 AM



Users browsing this thread: 2 Guest(s)