Article ID: 133315
Article Last Modified on 10/11/2006
Const age as Integer = 34, wage as Integer = 35000This information is incorrect because the maximum value an Integer data type can have is 32767. This example exceeds that limit.
Additional query words: XL7
Keywords: kbprogramming KB133315