Internal Compiler Error
Posted: 11 April 2008, 22:18 PM
The following (illegal) code:produces the following internal compiler error:
Code: Select all
Private Const TEST_CHAR as Byte = CByte("u")
Sub Main()
Debug.Print CStr(TEST_CHAR)
End Sub
Code: Select all
Internal error: variable.cpp(9663), Rev 1127: missing constant value, "Test.bas" line 1