Define a new limit constant, that is the maximum length of the System.Language variable. It is 16 bytes.

[INTERPRETER]
* NEW: Define a new limit constant, that is the maximum length of the System.Language variable. It is 16 bytes.
This commit is contained in:
gambas 2019-02-26 21:01:18 +01:00
parent 3cd80f118d
commit 7c808bbba3

View file

@ -99,5 +99,8 @@
/* Maximum number of digits in a Float */
#define MAX_FLOAT_DIGIT 15
/* Maximum length of the System.Language property */
#define MAX_LANG 16
#endif