Type Declaration Characters Not Supported

Visual Basic 6.0 enables a type-declaration character, which specifies a particular type, to follow a variable. However, because the toolkit does not support variable types, the type-declaration characters cause an error in a Windows CE-based project.

The following code example shows a statement that generates a Type Declaration Characters Not Supported error.

Dim ThisVariable%

The following code example shows how to revise the statement to avoid the error.

Dim ThisVariable