Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
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

Possibly Related Threads…
Thread Author Replies Views Last Post
Star Suggestion for new REPLACE$() function zaadstra 3 264 01-26-2026, 05:11 PM
Last Post: grymmjack
  Is there a menu function? Mad Axeman 17 1,125 12-17-2025, 04:43 AM
Last Post: SMcNeill
  error on function returning _mem Herve 5 698 07-05-2025, 08:06 PM
Last Post: hsiangch_ong
Question Can a function return a custom TYPE? 12centuries 3 1,330 06-13-2024, 09:19 PM
Last Post: 12centuries
  SUB & FUNCTION when declaring dynamic library TerryRitchie 9 1,781 06-11-2024, 11:28 AM
Last Post: SpriggsySpriggs

Forum Jump:


Users browsing this thread: 1 Guest(s)