|
|
|
|
|
- Reason
- Correction
- Examples
- An Integer variable uses a size that is not recognized
- A Real variable uses a size that is not recognized
Error 108: The size of the variable is not allowed
You are using an integer variable or a real variable by specifying a specific size. This size is not available for this type of variable. The available sizes for the integer type are: - 1 byte
- 2 bytes
- 4 bytes
- 8 bytes
The available sizes for the real type are: Use one of the available sizes for the integer variable or for the real variable. An Integer variable uses a size that is not recognized Code triggering the error Possible correction Use a size that is recognized by the WLanguage. A Real variable uses a size that is not recognized Code triggering the error Possible correction Use a size that is recognized by the WLanguage.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|