Udostępnij za pośrednictwem


'Type' statements are no longer supported; use 'Structure' statements instead

The Type keyword can no longer be used to define user-defined types.

Error ID: BC30802

To correct this error

  • Use the Structure statement to define a new type.

See Also

Reference

Structure Statement

Other Resources

Structures: Your Own Data Types