Hello,
CA variable names may be 24 characters long. If a variable in a CA .comm file is used for Python commands ONLY, it may possibly have unlimited length. Be aware that, nevertheless, this is not recommended following Python rules. PEP 8 suggests to keep line length to 79 chars, which implicitly also applies to variable names.
Mario.