Tech Tip: What characters should be used for naming Project Methods?
PRODUCT: 4D | VERSION: 2004 | PLATFORM: Mac & Win
Published On: April 18, 2007
The 4D Language reference contains this information:
- A name must begin with an alphabetic character.
- Thereafter, the name can include alphabetic characters, numeric characters, the space character, and the underscore character.
- Periods, slashes, and colons are not allowed.
- Characters reserved for use as operators, such as * and +, are not allowed.
https://www.4d.com/docs/CMU/CMU10103.HTM