Book a Demo

Author Topic: BUG: VB Parser doesn't allow legal names  (Read 2008 times)

Paolo F Cantoni

  • EA Guru
  • *****
  • Posts: 8626
  • Karma: +259/-129
  • Inconsistently correct systems DON'T EXIST!
    • View Profile
BUG: VB Parser doesn't allow legal names
« on: January 11, 2007, 06:01:05 am »
The name of a VB Code/Class Module can contain characters other than [A-Za-z0-9_]

The EA VB Parser cannot handle such characters, even though they are embedded within quotes:

Attribute VB_Name = "(Any characters should be allowed here)"

Visual Basic IDEs will happily import/export such modules.

Needs to be rectified.

Paolo
Inconsistently correct systems DON'T EXIST!
... Therefore, aim for consistency; in the expectation of achieving correctness....
-Semantica-
Helsinki Principle Rules!