✏️ Explanatory Question

Are there any limitations to using constant variables in X++?

👁 89 Views
📘 Detailed Answer
🟢 Easy
💡

Answer with Explanation

Yes, the limitations include the inability to change the value once it is assigned and the restriction that constants can only be of primitive data types (e.g., int, str, real).