Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 364 Bytes

A2181.md

File metadata and controls

15 lines (8 loc) · 364 Bytes

Asmc Macro Assembler Reference

ASMC Nonfatal Error A2181

initializer must be a string or single item

There was an attempt to initialize a structure element with something other than a single item or string.

This error can be caused by omitting braces ({ }) around an initializer.

* ML 6.0 compatible error

See Also

ASMC Error Messages